Changeset: fb489eca5335 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/fb489eca5335
Modified Files:
sql/test/prepare/Tests/prepare-insert-into.SQL.py
sql/test/prepare/Tests/prepare-mergetable.SQL.py
sql/test/prepare/Tests/prepare_stmt.Bug-2533.Bug-2534.SQL.py
Branch: Aug2024
Log Message:
Remove backslash at end of last line.
diffs (32 lines):
diff --git a/sql/test/prepare/Tests/prepare-insert-into.SQL.py
b/sql/test/prepare/Tests/prepare-insert-into.SQL.py
--- a/sql/test/prepare/Tests/prepare-insert-into.SQL.py
+++ b/sql/test/prepare/Tests/prepare-insert-into.SQL.py
@@ -5,5 +5,4 @@ with SQLTestCase() as tc:
with open('prepare-insert-into.sql') as f:
tc.execute(query=None, client='mclient', stdin=f)\
.assertSucceeded()\
- .assertMatchStableOut(fout='prepare-insert-into.stable.out')\
-
+ .assertMatchStableOut(fout='prepare-insert-into.stable.out')
diff --git a/sql/test/prepare/Tests/prepare-mergetable.SQL.py
b/sql/test/prepare/Tests/prepare-mergetable.SQL.py
--- a/sql/test/prepare/Tests/prepare-mergetable.SQL.py
+++ b/sql/test/prepare/Tests/prepare-mergetable.SQL.py
@@ -5,5 +5,4 @@ with SQLTestCase() as tc:
with open('prepare-mergetable.sql') as f:
tc.execute(query=None, client='mclient', stdin=f)\
.assertSucceeded()\
- .assertMatchStableOut(fout='prepare-mergetable.stable.out')\
-
+ .assertMatchStableOut(fout='prepare-mergetable.stable.out')
diff --git a/sql/test/prepare/Tests/prepare_stmt.Bug-2533.Bug-2534.SQL.py
b/sql/test/prepare/Tests/prepare_stmt.Bug-2533.Bug-2534.SQL.py
--- a/sql/test/prepare/Tests/prepare_stmt.Bug-2533.Bug-2534.SQL.py
+++ b/sql/test/prepare/Tests/prepare_stmt.Bug-2533.Bug-2534.SQL.py
@@ -6,7 +6,4 @@ with SQLTestCase() as tc:
with open('prepare_stmt.Bug-2533.Bug-2534.sql') as f:
tc.execute(query=None, client='mclient', stdin=f)\
.assertSucceeded()\
-
.assertMatchStableOut(fout='prepare_stmt.Bug-2533.Bug-2534.stable.out')\
-
-
-
+
.assertMatchStableOut(fout='prepare_stmt.Bug-2533.Bug-2534.stable.out')
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]