diff options
| author | pieterck <pieterceka123@gmail.com> | 2023-10-03 15:47:00 +0700 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-10-04 19:58:27 +0200 |
| commit | 0989cf13e70f52d5b241aa176eb74a680a282d09 (patch) | |
| tree | 51f1ed13bd10b64426fbf85605dea5439f726b8c /tests | |
| parent | f9cdecfb0de40698eb2ce44c04068bb091fa8998 (diff) | |
Fixed #34759 -- Confirmed support for SpatiaLite 5.1.
Thanks The Epic Dev for helping with tests.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/gis_tests/geoapp/test_functions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gis_tests/geoapp/test_functions.py b/tests/gis_tests/geoapp/test_functions.py index e9e2a5dcae..b75f053b3d 100644 --- a/tests/gis_tests/geoapp/test_functions.py +++ b/tests/gis_tests/geoapp/test_functions.py @@ -141,7 +141,7 @@ class GISFunctionsTests(FuncTestMixin, TestCase): ) else: gml_regex = re.compile( - r'^<gml:Point srsName="EPSG:4326"><gml:coordinates>' + r'^<gml:Point srsName="(urn:ogc:def:crs:)?EPSG:4326"><gml:coordinates>' r"-104\.60925\d+,38\.255001</gml:coordinates></gml:Point>" ) self.assertTrue(gml_regex.match(ptown.gml)) |
