Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove test of deprecated unused API
  • Loading branch information
nyalldawson committed Jul 25, 2021
1 parent e7b1df4 commit 0c61111
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/src/python/test_provider_ogr.py
Expand Up @@ -99,10 +99,6 @@ def tearDownClass(cls):
for dirname in cls.dirs_to_cleanup:
shutil.rmtree(dirname, True)

def testCapabilities(self):
self.assertTrue(QgsProviderRegistry.instance().providerCapabilities("ogr") & QgsDataProvider.File)
self.assertTrue(QgsProviderRegistry.instance().providerCapabilities("ogr") & QgsDataProvider.Dir)

def testUpdateMode(self):

vl = QgsVectorLayer('{}|layerid=0'.format(self.datasource), 'test', 'ogr')
Expand Down

0 comments on commit 0c61111

Please sign in to comment.