Update of /cvsroot/monetdb/MonetDB5/tests/suite_00/Tests
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14016/tests/suite_00/Tests

Modified Files:
        test_00.stable.out test_05.stable.out 
Log Message:
approved output after new bandjoin api


Index: test_05.stable.out
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/tests/suite_00/Tests/test_05.stable.out,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- test_05.stable.out  19 Aug 2007 20:03:45 -0000      1.27
+++ test_05.stable.out  30 Dec 2007 18:16:25 -0000      1.28
@@ -282,7 +282,7 @@
 #      io.print("# band join experiment\n");   # 129  (_161:str)
     c := algebra.copy(b);      # 130 ALGcopy 
(c:bat[:flt,:flt])<-(b:bat[:flt,:flt])
 #      io.print("bandjoin(b,c,4.5,4.5).print();");     # 131  (_165:str)
-    vc_a := algebra.bandjoin(b,c,4.5,4.5);     # 132 ALGbandjoin 
(vc_a:bat[:flt,:flt])<-(b:bat[:flt,:flt])(c:bat[:flt,:flt])(_167:flt)(_167:flt)
+    vc_a := algebra.bandjoin(b,c,4.5,4.5);     # 132 ALGbandjoin_default 
(vc_a:bat[:flt,:flt])<-(b:bat[:flt,:flt])(c:bat[:flt,:flt])(_167:flt)(_167:flt)
     wc_a := io.print(vc_a);    # 133 IOprint_val 
(wc_a:void)<-(vc_a:bat[:flt,:flt])
 #      io.print("quit();");    # 134  (_167:str)
     xc_a := clients.quit();    # 135 CLTquit (xc_a:void)

Index: test_00.stable.out
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/tests/suite_00/Tests/test_00.stable.out,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- test_00.stable.out  4 Oct 2007 13:10:08 -0000       1.36
+++ test_00.stable.out  30 Dec 2007 18:16:25 -0000      1.37
@@ -301,7 +301,7 @@
 #      io.print("# band algebra.join experiment\n");   # 135  (_165:str)
     c := algebra.copy(b);      # 136 ALGcopy 
(c:bat[:int,:int])<-(b:bat[:int,:int])
 #      io.print("bandjoin(b,c,4,4).print();");         # 137  (_169:str)
-    bd_a := algebra.bandjoin(b,c,4,4); # 138 ALGbandjoin 
(bd_a:bat[:int,:int])<-(b:bat[:int,:int])(c:bat[:int,:int])(_171:int)(_171:int)
+    bd_a := algebra.bandjoin(b,c,4,4); # 138 ALGbandjoin_default 
(bd_a:bat[:int,:int])<-(b:bat[:int,:int])(c:bat[:int,:int])(_171:int)(_171:int)
     cd_a := io.print(bd_a);    # 139 IOprint_val 
(cd_a:void)<-(bd_a:bat[:int,:int])
 #      io.print("#and theta algebra.joins\?\n");       # 140  (_173:str)
     LT := -1;  # 141  (LT:int)<-(_175:int)
@@ -316,7 +316,7 @@
 # h                    t                 # name
 # str                  str               # type
 #-----------------------------------------#
-[ "version",             "25105"         ]
+[ "version",             "25106"         ]
 [ "batId",               "tmp_10"        ]
 [ "batCacheid",                  "8"             ]
 [ "hparentid",           "0"             ]


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to