Changeset: f2da35ce9b7c for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f2da35ce9b7c
Modified Files:
sql/test/BugTracker/Tests/authorization.SF-1430616.SQL.py
Branch: mtest
Log Message:
small python fix...
diffs (12 lines):
diff --git a/sql/test/BugTracker/Tests/authorization.SF-1430616.SQL.py
b/sql/test/BugTracker/Tests/authorization.SF-1430616.SQL.py
--- a/sql/test/BugTracker/Tests/authorization.SF-1430616.SQL.py
+++ b/sql/test/BugTracker/Tests/authorization.SF-1430616.SQL.py
@@ -29,7 +29,7 @@ with SQLTestCase() as tc:
# just use the new user once
tc.connect(username="voc", password="voc")
- tc.execute("select
current_schema;").assertSucceeded().assertDataResultMatch([('voc')])
+ tc.execute("select
current_schema;").assertSucceeded().assertDataResultMatch([('voc',)])
tc.connect(username="monetdb", password="monetdb")
# we can drop neither of them yet
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list