summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2019-06-12 09:04:53 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-06-12 09:43:03 +0200
commit198a0adef2fd794189cad7cfb80db7c14b8e28c3 (patch)
tree56d431e804a23b659fc9fc91d7d370165319f8bb
parent2e00119e397dd30d20723861a495d872886685c7 (diff)
Removed obsolete comment from GISFunctionsTests.test_asgeojson().
-rw-r--r--tests/gis_tests/geoapp/test_functions.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/gis_tests/geoapp/test_functions.py b/tests/gis_tests/geoapp/test_functions.py
index f223599ede..7610a522eb 100644
--- a/tests/gis_tests/geoapp/test_functions.py
+++ b/tests/gis_tests/geoapp/test_functions.py
@@ -26,7 +26,6 @@ class GISFunctionsTests(FuncTestMixin, TestCase):
fixtures = ['initial']
def test_asgeojson(self):
- # Only PostGIS and SpatiaLite support GeoJSON.
if not connection.features.has_AsGeoJSON_function:
with self.assertRaises(NotSupportedError):
list(Country.objects.annotate(json=functions.AsGeoJSON('mpoly')))