Update of /cvsroot/monetdb/pathfinder/tests/XRpc/Tests
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23952/tests/XRpc/Tests

Modified Files:
      Tag: XQuery_0-22
        add_trusted.mil 
Log Message:
[ monetdb-Bugs-1892582 ] PF: XRpc does not work on Windows

Don't use hard coded directory name, '/' as directory separator will not
work on Windows.



Index: add_trusted.mil
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/tests/XRpc/Tests/add_trusted.mil,v
retrieving revision 1.2
retrieving revision 1.2.12.1
diff -u -d -r1.2 -r1.2.12.1
--- add_trusted.mil     22 Feb 2007 11:34:56 -0000      1.2
+++ add_trusted.mil     13 Feb 2008 14:50:00 -0000      1.2.12.1
@@ -1,7 +1,7 @@
 module("pathfinder");
 module("unix");
 
-var TSTSRCDIR := getenv("TSTSRCBASE") + "/tests/XRpc/Tests";
+var TSTSRCDIR := getenv("TSTSRCDIR");
 var TSTTRGDIR := getenv("TSTTRGDIR");
 
 add_xrpc_trusted(TSTSRCDIR);


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to