From 198a0adef2fd794189cad7cfb80db7c14b8e28c3 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 12 Jun 2019 09:04:53 +0200 Subject: [PATCH] Removed obsolete comment from GISFunctionsTests.test_asgeojson(). --- tests/gis_tests/geoapp/test_functions.py | 1 - 1 file changed, 1 deletion(-) 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')))