Skip to content

Commit c8e2eb1

Browse files
committedOct 18, 2016
Fix failure on testGeopackageExtentUpdate test
1 parent d7bd5dc commit c8e2eb1

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
@@ -156,7 +156,6 @@ def testBug15351_closeIter_commit_closeProvider(self):
156156
def testBug15351_commit_closeIter_closeProvider(self):
157157
self.internalTestBug15351('commit_closeIter_closeProvider')
158158

159-
@unittest.expectedFailure(int(gdal.VersionInfo('VERSION_NUM')) < GDAL_COMPUTE_VERSION(2, 1, 2))
160159
def testGeopackageExtentUpdate(self):
161160
''' test http://hub.qgis.org/issues/15273 '''
162161
tmpfile = os.path.join(self.basetestpath, 'testGeopackageExtentUpdate.gpkg')

0 commit comments

Comments
 (0)
Please sign in to comment.