Hi Stefan, Thanks for correcting this. I was about to do this today. But you are faster.
Jennie On Mon, Feb 05, 2007 at 10:46:53AM +0000, Stefan Manegold wrote: > Update of /cvsroot/monetdb/pathfinder/tests/XRpc/Tests > In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv32227 > > Modified Files: > Tag: XQuery_0-16 > xrpcConvert2.xq.in > Added Files: > Tag: XQuery_0-16 > xrpcConvert2.xrpcfun2.xq.in > Removed Files: > Tag: XQuery_0-16 > xrpcfun2.xq > Log Message: > > [a(n other) lesson in/on Mtest] > > make sure we only use files that are available and that everyone can > read/access > (in particular, CWI-desktop-local /ufs/<username>/ are not available on some > CWI > servers, let alone outside CWI, and even on CWI desktops, not all > /ufs/<username>/ > are readable/accessable for all users ...) > > this should fix > http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora4/tests_XRpc/xrpcConvert2.err.00.html > > > Index: xrpcConvert2.xq.in > =================================================================== > RCS file: /cvsroot/monetdb/pathfinder/tests/XRpc/Tests/xrpcConvert2.xq.in,v > retrieving revision 1.1.2.1 > retrieving revision 1.1.2.2 > diff -u -d -r1.1.2.1 -r1.1.2.2 > --- xrpcConvert2.xq.in 29 Jan 2007 15:43:30 -0000 1.1.2.1 > +++ xrpcConvert2.xq.in 5 Feb 2007 10:46:50 -0000 1.1.2.2 > @@ -1,4 +1,4 @@ > import module namespace xrpc = "bar" at > -"$TSTSRCDIR/xrpcfun2.xq"; > +"$TSTTRGDIR/xrpcConvert2.xrpcfun2.xq"; > > execute at {"localhost"} {xrpc:xrpcConvert(100)} > > --- xrpcfun2.xq DELETED --- > > --- NEW FILE: xrpcConvert2.xrpcfun2.xq.in --- > module namespace bar = "bar"; > > import module namespace foo = "xrpc-fun" > at > "$TSTSRCDIR/xrpcfun.xq"; > > declare function bar:xrpcConvert($v as xs:decimal?) as xs:decimal? > { > execute at {"localhost"}{foo:convert($v)} > > }; > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier. > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Monetdb-pf-checkins mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Monetdb-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-developers
