Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Flake
  • Loading branch information
nyalldawson committed Oct 6, 2021
1 parent 7ddfc5f commit 498c523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/python/test_provider_ogr.py
Expand Up @@ -2099,7 +2099,7 @@ def test_provider_sublayer_details(self):
self.assertEqual(res[0].layerNumber(), 0)
self.assertEqual(res[0].name(), "ARC")
self.assertEqual(res[0].description(), "")
self.assertEqual(res[0].uri(), '{}|layername=ARC'.format(os.path.join(TEST_DATA_DIR, 'esri_coverage', 'testpolyavc'), "vector_vrt.vrt"))
self.assertEqual(res[0].uri(), '{}|layername=ARC'.format(os.path.join(TEST_DATA_DIR, 'esri_coverage', 'testpolyavc')))
self.assertEqual(res[0].providerKey(), "ogr")
self.assertEqual(res[0].type(), QgsMapLayerType.VectorLayer)
self.assertFalse(res[0].skippedContainerScan())
Expand Down Expand Up @@ -2252,7 +2252,7 @@ def test_provider_sublayer_details_fast_scan(self):
self.assertEqual(res[0].layerNumber(), 0)
self.assertEqual(res[0].name(), "ARC")
self.assertEqual(res[0].description(), "")
self.assertEqual(res[0].uri(), '{}|layername=ARC'.format(os.path.join(TEST_DATA_DIR, 'esri_coverage', 'testpolyavc'), "vector_vrt.vrt"))
self.assertEqual(res[0].uri(), '{}|layername=ARC'.format(os.path.join(TEST_DATA_DIR, 'esri_coverage', 'testpolyavc')))
self.assertEqual(res[0].providerKey(), "ogr")
self.assertEqual(res[0].type(), QgsMapLayerType.VectorLayer)
self.assertFalse(res[0].skippedContainerScan())
Expand Down

0 comments on commit 498c523

Please sign in to comment.