Skip to content

Commit

Permalink
Followups
Browse files Browse the repository at this point in the history
(cherry-picked from 12a2243)
  • Loading branch information
nyalldawson committed May 24, 2018
1 parent 3e67ad5 commit b35696f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/src/python/test_provider_oracle.py
Expand Up @@ -63,7 +63,6 @@ def execSQLCommand(self, sql, ignore_errors=False):
self.assertTrue(query.exec_(sql), sql + ': ' + query.lastError().text())
query.finish()

# disabled: WIP
def getSource(self):
# create temporary table for edit tests
self.execSQLCommand('DROP TABLE "QGIS"."EDIT_DATA"', ignore_errors=True)
Expand All @@ -79,7 +78,6 @@ def getSource(self):
'test', 'oracle')
return vl

# disabled: WIP
def getEditableLayer(self):
return self.getSource()

Expand Down

0 comments on commit b35696f

Please sign in to comment.