Changeset: 80c8d93f8692 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=80c8d93f8692
Modified Files:
monetdb5/modules/atoms/Tests/json15.malC
monetdb5/modules/atoms/Tests/json15.stable.out
Branch: json
Log Message:
Approve test output
diffs (55 lines):
diff --git a/monetdb5/modules/atoms/Tests/json15.malC
b/monetdb5/modules/atoms/Tests/json15.malC
--- a/monetdb5/modules/atoms/Tests/json15.malC
+++ b/monetdb5/modules/atoms/Tests/json15.malC
@@ -9,7 +9,7 @@ d:= json.number(j1);
io.print(d);
j1:= json.new("{\"tag\":3.14}");
-json.dump(j1);
+#json.dump(j1);
d:= json.number(j1);
io.print(d);
@@ -18,7 +18,7 @@ d:= json.number(j1);
io.print(d);
j1 := json.new("{\"tag1\":3.14, \"tag2\":2.1}");
-json.dump(j1);
+#json.dump(j1);
d := json.number(j1);
io.print(d);
@@ -42,6 +42,6 @@ i:= json.integer(j1);
io.print(i);
j1 := json.new("{\"tag1\":314, \"tag2\":2.1}");
-json.dump(j1);
+#json.dump(j1);
d := json.number(j1);
io.print(d);
diff --git a/monetdb5/modules/atoms/Tests/json15.stable.out
b/monetdb5/modules/atoms/Tests/json15.stable.out
--- a/monetdb5/modules/atoms/Tests/json15.stable.out
+++ b/monetdb5/modules/atoms/Tests/json15.stable.out
@@ -21,18 +21,15 @@ stdout of test 'json15` in directory 'mo
# MonetDB/R module loaded
-# 10:05:40 >
-# 10:05:40 > "mclient" "-lmal" "-ftest" "-Eutf-8"
"--host=/var/tmp/mtest-31201" "--port=32149"
-# 10:05:40 >
-
+[ 3.14 ]
[ 3.14 ]
-[ 0 ]
-[ 1 ]
-[ 2 ]
[ 3.14 ]
[ nil ]
+[ nil ]
[ 314 ]
[ 314 ]
+[ 314 ]
+[ nil ]
[ nil ]
# 11:57:32 >
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list