Skip to content

Commit

Permalink
test_provider_ogr_gpkg.py: remove expected failure tag if GDAL < 1.11…
Browse files Browse the repository at this point in the history
….0. This will be a hint of reduced functionality
  • Loading branch information
rouault committed Apr 27, 2016
1 parent 707655e commit 3688b9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/src/python/test_provider_ogr_gpkg.py
Expand Up @@ -44,7 +44,6 @@ def tearDownClass(cls):
"""Run after all tests"""
shutil.rmtree(cls.basetestpath, True)

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

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

0 comments on commit 3688b9e

Please sign in to comment.