Skip to content

Commit eafaa1d

Browse files
committedMay 29, 2016
/test_provider_shapefile.py: do not test QgsVectorDataProvider.SimplifyGeometries since GDAL >= 1.11 is not available in Travis in this branch
1 parent b0e3b13 commit eafaa1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎tests/src/python/test_provider_shapefile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ def testUpdateMode(self):
106106
self.assertTrue(caps & QgsVectorDataProvider.CreateSpatialIndex)
107107
self.assertTrue(caps & QgsVectorDataProvider.SelectAtId)
108108
self.assertTrue(caps & QgsVectorDataProvider.ChangeGeometries)
109-
self.assertTrue(caps & QgsVectorDataProvider.SimplifyGeometries)
110-
self.assertTrue(caps & QgsVectorDataProvider.SimplifyGeometriesWithTopologicalValidation)
111109
#self.assertTrue(caps & QgsVectorDataProvider.ChangeFeatures)
112110

113111
# We should be really opened in read-only mode even if write capabilities are declared

0 commit comments

Comments
 (0)
Please sign in to comment.