Changeset: aedf27fbb62a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=aedf27fbb62a
Modified Files:
        MonetDB5/src/mal/Tests/tst274.mal
Branch: default
Log Message:

Let's test windows overnight.
This test hopely shows that there is an io.flush action missing somewhere.


diffs (12 lines):

diff -r f2168007e6ee -r aedf27fbb62a MonetDB5/src/mal/Tests/tst274.mal
--- a/MonetDB5/src/mal/Tests/tst274.mal Sun Jul 18 12:43:19 2010 +0200
+++ b/MonetDB5/src/mal/Tests/tst274.mal Sun Jul 18 19:44:40 2010 +0200
@@ -34,3 +34,8 @@
 wrbytes:= profiler.getTrace("wbytes");
 #io.print(wrbytes);
 io.print(rdbytes,wrbytes);
+
+#on windows the output is not shown, lets do somewhat more
+k2:=algebra.slice(b,0:lng,5:lng);
+io.print(k2);
+
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to