Skip to content

Commit b35696f

Browse files
committed
Followups
(cherry-picked from 12a2243)
1 parent 3e67ad5 commit b35696f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/src/python/test_provider_oracle.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ def execSQLCommand(self, sql, ignore_errors=False):
6363
self.assertTrue(query.exec_(sql), sql + ': ' + query.lastError().text())
6464
query.finish()
6565

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

82-
# disabled: WIP
8381
def getEditableLayer(self):
8482
return self.getSource()
8583

0 commit comments

Comments
 (0)