mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
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:
parent
707655ef6a
commit
3688b9e80b
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user