test_provider_ogr_gpkg.py: remove expected failure tag if GDAL < 1.11.0. This will be a hint of reduced functionality

This commit is contained in:
Even Rouault 2016-04-27 14:26:10 +02:00
parent 707655ef6a
commit 3688b9e80b

View File

@ -44,7 +44,6 @@ class TestPyQgsOGRProviderGpkg(unittest.TestCase):
"""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')