Skip to content

Commit

Permalink
/test_provider_shapefile.py: do not test QgsVectorDataProvider.Simpli…
Browse files Browse the repository at this point in the history
…fyGeometries since GDAL >= 1.11 is not available in Travis in this branch
  • Loading branch information
rouault committed May 29, 2016
1 parent b0e3b13 commit eafaa1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/src/python/test_provider_shapefile.py
Expand Up @@ -106,8 +106,6 @@ def testUpdateMode(self):
self.assertTrue(caps & QgsVectorDataProvider.CreateSpatialIndex)
self.assertTrue(caps & QgsVectorDataProvider.SelectAtId)
self.assertTrue(caps & QgsVectorDataProvider.ChangeGeometries)
self.assertTrue(caps & QgsVectorDataProvider.SimplifyGeometries)
self.assertTrue(caps & QgsVectorDataProvider.SimplifyGeometriesWithTopologicalValidation)
#self.assertTrue(caps & QgsVectorDataProvider.ChangeFeatures)

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

0 comments on commit eafaa1d

Please sign in to comment.