Update of /cvsroot/monetdb/MonetDB5/src/mal/Tests
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19095/Tests

Modified Files:
        tst048.stable.out 
Log Message:
Approve tests.


Index: tst048.stable.out
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/Tests/tst048.stable.out,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- tst048.stable.out   3 Dec 2006 22:42:06 -0000       1.11
+++ tst048.stable.out   4 Oct 2007 20:10:09 -0000       1.12
@@ -47,11 +47,11 @@
     bat.insert(b,[EMAIL PROTECTED],2.5);       # 9 BKCinsert_bun 
(_20:void)<-(b:bat[:oid,:flt])(_11:oid)(_21:flt)
     io.print(b);       # 10 IOprint_val (_22:void)<-(b:bat[:oid,:flt])
 ## c should be of type [:oid, :flt], but it was printed as [:oid, :int]        
# 11  (_23:str)
-    c := algebra.project(a,2.0999999); # 12 CMDBBPproject 
(c:bat[:oid,:flt])<-(a:bat[:oid,:int])(_25:flt)
+    c := algebra.project(a,2.0999999); # 12 ALGprojectCst 
(c:bat[:oid,:flt])<-(a:bat[:oid,:int])(_25:flt)
     io.print(c);       # 13 IOprint_val (_26:void)<-(c:bat[:oid,:flt])
-    e := algebra.project(b,2.5);       # 14 CMDBBPproject 
(e:bat[:oid,:flt])<-(b:bat[:oid,:flt])(_21:flt)
+    e := algebra.project(b,2.5);       # 14 ALGprojectCst 
(e:bat[:oid,:flt])<-(b:bat[:oid,:flt])(_21:flt)
     io.print(e);       # 15 IOprint_val (_28:void)<-(e:bat[:oid,:flt])
-    d := algebra.project(a,3); # 16 CMDBBPproject 
(d:bat[:oid,:int])<-(a:bat[:oid,:int])(_30:int)
+    d := algebra.project(a,3); # 16 ALGprojectCst 
(d:bat[:oid,:int])<-(a:bat[:oid,:int])(_30:int)
     io.print(d);       # 17 IOprint_val (_31:void)<-(d:bat[:oid,:int])
 end main;      # 18  
 #-----------------#


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to