Changeset: e0921299780d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e0921299780d
Modified Files:
monetdb5/mal/Tests/tst605.mal
monetdb5/mal/Tests/tst605.stable.out
Branch: Oct2012
Log Message:
tst605: make the test output something mTest sees
diffs (44 lines):
diff --git a/monetdb5/mal/Tests/tst605.mal b/monetdb5/mal/Tests/tst605.mal
--- a/monetdb5/mal/Tests/tst605.mal
+++ b/monetdb5/mal/Tests/tst605.mal
@@ -1,7 +1,7 @@
io.print("Contents of the 'const' box");
barrier (b,nme):= const.newIterator();
- io.printf("# %s=",nme);
+ io.printf("[ %s ]\n",nme);
val:str := const.toString(nme);
- io.printf("%s\n",val);
+ io.printf("#%s\n",val);
redo (b,nme):= const.hasMoreElements();
exit b;
diff --git a/monetdb5/mal/Tests/tst605.stable.out
b/monetdb5/mal/Tests/tst605.stable.out
--- a/monetdb5/mal/Tests/tst605.stable.out
+++ b/monetdb5/mal/Tests/tst605.stable.out
@@ -20,17 +20,21 @@ stdout of test 'tst605` in directory 'ma
function user.main():void;
io.print("Contents of the 'const' box");
barrier (b,nme) := const.newIterator();
- io.printf("# %s=",nme);
+ io.printf("[ %s ]\n",nme);
val:str := const.toString(nme);
- io.printf("%s\n",val);
+ io.printf("#%s\n",val);
redo (b,nme) := const.hasMoreElements();
exit b;
end main;
[ "Contents of the 'const' box" ]
-# dbname=mTests_mal
-#
dbfarm=/net/sofia.ins.cwi.nl/export/scratch1/fabian/tmp/mtest-Oct2012-sofia.ins.cwi.nl/five/dbfarm
-# version=11.13.0
-# gdk_version=11.13.0
+[ dbname ]
+#mTests_mal
+[ dbfarm ]
+#/net/sofia.ins.cwi.nl/export/scratch1/fabian/tmp/mtest-Oct2012-sofia.ins.cwi.nl/five/dbfarm
+[ version ]
+#11.13.0
+[ gdk_version ]
+#11.13.0
# 14:52:15 >
# 14:52:15 > "Done."
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list