Changeset: ab1ded662f22 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ab1ded662f22
Added Files:
        clients/Tests/MAL-signatures.SQL.py
Branch: mtest
Log Message:

fix clients/Tests/MAL-signatures.SQL.py


diffs (11 lines):

diff --git a/clients/Tests/MAL-signatures.SQL.py 
b/clients/Tests/MAL-signatures.SQL.py
new file mode 100644
--- /dev/null
+++ b/clients/Tests/MAL-signatures.SQL.py
@@ -0,0 +1,6 @@
+from MonetDBtesting.sqltest import SQLTestCase
+
+with SQLTestCase() as tc:
+    tc.execute("select * from sys.malfunctions() order by module, function, 
address, signature, comment", client='mclient')\
+            .assertSucceeded()
+            .assertMatchStableOut("MAL-signitures.stable.out")
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to