From 0825f77f7626d2ff175c17d06d726bf2f704f12c Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Tue, 1 Dec 2015 08:08:41 +0500 Subject: Fixed #25836 -- Added support for MakeLine aggregate on SpatiaLite. --- tests/gis_tests/geoapp/tests.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/gis_tests/geoapp/tests.py b/tests/gis_tests/geoapp/tests.py index 9c8b3f7a8d..a4a4c5e189 100644 --- a/tests/gis_tests/geoapp/tests.py +++ b/tests/gis_tests/geoapp/tests.py @@ -652,8 +652,6 @@ class GeoQuerySetTest(TestCase): Testing the `MakeLine` aggregate. """ if not connection.features.supports_make_line_aggr: - # Only PostGIS has support for the MakeLine aggregate. For other - # backends, test that NotImplementedError is raised self.assertRaises( NotImplementedError, City.objects.all().aggregate, MakeLine('point') -- cgit v1.3