Skip to content

Commit 3688b9e

Browse files
committedApr 27, 2016
test_provider_ogr_gpkg.py: remove expected failure tag if GDAL < 1.11.0. This will be a hint of reduced functionality
1 parent 707655e commit 3688b9e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎tests/src/python/test_provider_ogr_gpkg.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def tearDownClass(cls):
4444
"""Run after all tests"""
4545
shutil.rmtree(cls.basetestpath, True)
4646

47-
@unittest.expectedFailure(int(gdal.VersionInfo('VERSION_NUM')) < GDAL_COMPUTE_VERSION(1, 11, 0))
4847
def testSingleToMultiPolygonPromotion(self):
4948

5049
tmpfile = os.path.join(self.basetestpath, 'testSingleToMultiPolygonPromotion.gpkg')

0 commit comments

Comments
 (0)
Please sign in to comment.