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

Modified Files:
        All 
Added Files:
        tst025.mal 
Log Message:
Added erroneous behavior of deletion test.
It leaves one bat behind after the first delete.


Index: All
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/Tests/All,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- All 22 May 2007 21:17:09 -0000      1.87
+++ All 26 May 2007 12:36:06 -0000      1.88
@@ -21,6 +21,7 @@
 tst021
 tst023
 tst024
+tst025
 tst027
 tst028
 tst029

--- NEW FILE: tst025.mal ---
# Wrong behavior of self-deletion, it works on M4
b:= bat.new(:int,:int);

bat.insert(b, 5140046,        1804289383     );
bat.insert(b, 5442033,        846930886      );
bat.insert(b, 5645862,        1681692777     );
io.print(b);

bat.delete(b,b);
io.print(b);

bat.delete(b,b);
io.print(b);



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to