mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04: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"""
|
"""Run after all tests"""
|
||||||
shutil.rmtree(cls.basetestpath, True)
|
shutil.rmtree(cls.basetestpath, True)
|
||||||
|
|
||||||
@unittest.expectedFailure(int(gdal.VersionInfo('VERSION_NUM')) < GDAL_COMPUTE_VERSION(1, 11, 0))
|
|
||||||
def testSingleToMultiPolygonPromotion(self):
|
def testSingleToMultiPolygonPromotion(self):
|
||||||
|
|
||||||
tmpfile = os.path.join(self.basetestpath, 'testSingleToMultiPolygonPromotion.gpkg')
|
tmpfile = os.path.join(self.basetestpath, 'testSingleToMultiPolygonPromotion.gpkg')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user