Update of /cvsroot/monetdb/pathfinder/modules/pftijah/Tests
In directory 
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv32364/modules/pftijah/Tests

Modified Files:
      Tag: M5XQ
        test_indexmerge.milS 
Log Message:
propagated changes of Wednesday May 20 2009
from the development trunk to the M5XQ branch

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/05/20 - cornuz: modules/pftijah/Tests/test_indexmerge.milS,1.3
Fixed some more PROC signatures after recent changes for having count() type as 
wrd instead of int.
Fixed and approved accordingly Tests/test_indexmerge
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: test_indexmerge.milS
===================================================================
RCS file: 
/cvsroot/monetdb/pathfinder/modules/pftijah/Tests/test_indexmerge.milS,v
retrieving revision 1.2
retrieving revision 1.2.22.1
diff -u -d -r1.2 -r1.2.22.1
--- test_indexmerge.milS        11 Mar 2007 23:26:38 -0000      1.2
+++ test_indexmerge.milS        20 May 2009 15:56:37 -0000      1.2.22.1
@@ -18,6 +18,6 @@
 tid_pre.insert(2...@0,5...@0);
 tid_pre.insert(3...@0,1...@0);
 
-var x := mergeindex(tid_pre, index, pre, 5);
+var x := mergeindex(tid_pre, index, pre, wrd(5));
 x.fetch(0).print();
 x.fetch(1).print();


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to