Re: [Monetdb-developers] [Monetdb-pf-checkins] pathfinder/tests/XRpc/Tests add_trusted.mil, XQuery_0-22, 1.2, 1.2.12.1
On Wed, Feb 13, 2008 at 02:50:03PM +0000, Ying Zhang wrote:
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.
Thanks --- although I have NOT released the CVS check-in lock for the branches, yet ... Stefan
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 Monetdb-pf-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |
On Feb 13, 2008, at 16:33 , Stefan Manegold wrote:
On Wed, Feb 13, 2008 at 02:50:03PM +0000, Ying Zhang wrote:
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.
Thanks --- although I have NOT released the CVS check-in lock for the branches, yet ...
oeps, ouch, sorry. The "do not check-in" message did not come into mind when checking-in, I just wanted to be on time for the test tonight.
Stefan
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 Monetdb-pf-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |
------------------------------------------------------------------------- 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-developers mailing list Monetdb-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-developers
participants (2)
-
Stefan Manegold
-
Ying Zhang