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

Modified Files:
        TMsubcommit.mal TMsubcommit.stable.out 
Log Message:
Publicize the newly approved test result.


Index: TMsubcommit.mal
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/tests/gdkTests/Tests/TMsubcommit.mal,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- TMsubcommit.mal     1 Dec 2006 07:03:39 -0000       1.3
+++ TMsubcommit.mal     13 Oct 2007 07:13:08 -0000      1.4
@@ -17,7 +17,7 @@
 
 tmp := bat.new(:int,:str);
 bat.insert(tmp,0,"a");
-da:= bbp.bind("a");
+da:bat[:int,:int]:= bbp.bind("a");
 bat.setPersistent(da,false);
 transaction.subcommit(tmp);
 

Index: TMsubcommit.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/MonetDB5/tests/gdkTests/Tests/TMsubcommit.stable.out,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- TMsubcommit.stable.out      1 Dec 2006 07:03:39 -0000       1.3
+++ TMsubcommit.stable.out      13 Oct 2007 07:13:08 -0000      1.4
@@ -54,8 +54,8 @@
     transaction.subcommit(d);  # 14 TRNsubcommit (_24:bit)<-(d:bat[:int,:str])
     tmp := bat.new(:int,:str); # 15 CMDBATnew 
(tmp:bat[:int,:str])<-(_4:int)(_26:str)
     bat.insert(tmp,0,"a");     # 16 BKCinsert_bun 
(_27:void)<-(tmp:bat[:int,:str])(_23:int)(_18:str)
-    da := bbp.bind("a");       # 17 CMDbbpbind (da:bat[:any,:any])<-(_18:str)
-    bat.setPersistent(da,false);       # 18 BKCpersists 
(_29:void)<-(da:bat[:any,:any])(_30:bit)
+    da:bat[:int,:int]  := bbp.bind("a");       # 17 CMDbbpbind 
(da:bat[:int,:int])<-(_18:str)
+    bat.setPersistent(da,false);       # 18 BKCpersists 
(_29:void)<-(da:bat[:int,:int])(_30:bit)
     transaction.subcommit(tmp);        # 19 TRNsubcommit 
(_31:bit)<-(tmp:bat[:int,:str])
     bat.setPersistent(b,false);        # 20 BKCpersists 
(_32:void)<-(b:bat[:int,:int])(_30:bit)
     transaction.commit();      # 21 TRNglobal_commit (_33:bit)


-------------------------------------------------------------------------
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