summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Fedoseev <fedoseev.sergey@gmail.com>2015-11-20 12:37:26 +0500
committerTim Graham <timograham@gmail.com>2015-11-20 07:33:39 -0500
commitb54de853e0e33c1299cbd3539980742084481914 (patch)
tree974677fc1d52a6f7d5604996de57c30f368f3dfc /tests
parent998894e1b9f5a8715f4cac5f6201b5e9ac80510c (diff)
downloaddjango-b54de853e0e33c1299cbd3539980742084481914.tar.gz
Removed skipIf for GEOSTest.test_linearref which already exists at class level.
Diffstat (limited to 'tests')
-rw-r--r--tests/gis_tests/geos_tests/test_geos.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/gis_tests/geos_tests/test_geos.py b/tests/gis_tests/geos_tests/test_geos.py
index 10077ae52e..b68720c89e 100644
--- a/tests/gis_tests/geos_tests/test_geos.py
+++ b/tests/gis_tests/geos_tests/test_geos.py
@@ -1129,7 +1129,6 @@ class GEOSTest(SimpleTestCase, TestDataMixin):
self.assertIsInstance(g.valid_reason, six.string_types)
self.assertTrue(g.valid_reason.startswith("Too few points in geometry component"))
- @skipUnless(HAS_GEOS, "Geos is required.")
def test_linearref(self):
"Testing linear referencing"