Changeset: 67583256e39a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=67583256e39a
Modified Files:
        monetdb5/tests/suite_00/Tests/test_10.mal
        monetdb5/tests/suite_00/Tests/test_10.stable.out
Branch: default
Log Message:

Approve test after dropping sortHT/TH


diffs (63 lines):

diff --git a/monetdb5/tests/suite_00/Tests/test_10.mal 
b/monetdb5/tests/suite_00/Tests/test_10.mal
--- a/monetdb5/tests/suite_00/Tests/test_10.mal
+++ b/monetdb5/tests/suite_00/Tests/test_10.mal
@@ -10,7 +10,6 @@
        ka_a := algebra.sort(s);
        la_a := io.print(ka_a);
        ma_a := io.printf("#~EndVariableOutput~#\n");
-       oa_a := io.print(na);
        s := bat.new(nil:oid,nil:int);
        pa_a := bat.append(s,1);
        qa_a := bat.append(s,1);
diff --git a/monetdb5/tests/suite_00/Tests/test_10.stable.out 
b/monetdb5/tests/suite_00/Tests/test_10.stable.out
--- a/monetdb5/tests/suite_00/Tests/test_10.stable.out
+++ b/monetdb5/tests/suite_00/Tests/test_10.stable.out
@@ -17,7 +17,6 @@ stdout of test 'test_10` in directory 'm
 # Listening for UNIX domain connection requests on 
mapi:monetdb:///var/tmp/mtest-21327/.s.monetdb.33407
 # MonetDB/GIS module loaded
 # MonetDB/SQL module loaded
-
 function user.main():void;
     s := bat.new(nil:oid,nil:int);
     ca_a := bat.append(s,5);
@@ -33,7 +32,6 @@ function user.main():void;
     la_a := io.print(ka_a);
 #      io.print("printf(\"#~EndVariableOutput~#\\n\");"); 
     ma_a := io.printf("#~EndVariableOutput~#\n");
-    oa_a := io.print(na);
     s := bat.new(nil:oid,nil:int);
     pa_a := bat.append(s,1);
     qa_a := bat.append(s,1);
@@ -49,6 +47,32 @@ function user.main():void;
 #      io.print("printf(\"#~EndVariableOutput~#\\n\");"); 
     ab_a := io.printf("#~EndVariableOutput~#\n");
 end main;
+#~BeginVariableOutput~#
+#--------------------------#
+# h    t  # name
+# void int  # type
+#--------------------------#
+[ 0@0, 5  ]
+[ 1@0, 3  ]
+[ 2@0, 2  ]
+[ 3@0, 1  ]
+[ 4@0, 1  ]
+[ 5@0, 2  ]
+[ 6@0, 3  ]
+#~EndVariableOutput~#
+#~BeginVariableOutput~#
+#--------------------------#
+# h    t  # name
+# void int  # type
+#--------------------------#
+[ 0@0, 1  ]
+[ 1@0, 1  ]
+[ 2@0, 1  ]
+[ 3@0, 1  ]
+[ 4@0, 1  ]
+[ 5@0, 2  ]
+[ 6@0, 1  ]
+#~EndVariableOutput~#
 
 # 07:27:19 >  
 # 07:27:19 >  Done.
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to