Browse Source

Removed obsolete comment from GISFunctionsTests.test_asgeojson().

Mariusz Felisiak 5 years ago
parent
commit
198a0adef2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/gis_tests/geoapp/test_functions.py

+ 0 - 1
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')))