Skip to content

Commit

Permalink
Fix failure on testGeopackageExtentUpdate test
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Oct 18, 2016
1 parent d2299c1 commit b779a6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/src/python/test_provider_ogr_gpkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ def testBug15351_closeIter_commit_closeProvider(self):
def testBug15351_commit_closeIter_closeProvider(self):
self.internalTestBug15351('commit_closeIter_closeProvider')

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

0 comments on commit b779a6a

Please sign in to comment.