Update of /cvsroot/monetdb/pathfinder/tests/StandOff
In directory sc8-pr-cvs16:/tmp/cvs-serv15851/tests/StandOff

Modified Files:
        StandOff.py 
Log Message:

make StandOff tests run, again:
Mserver needs to be started with --dbinit="module(pathfinder);"


Index: StandOff.py
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/tests/StandOff/StandOff.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- StandOff.py 21 Jun 2006 15:22:56 -0000      1.3
+++ StandOff.py 18 Apr 2007 18:03:02 -0000      1.4
@@ -6,7 +6,7 @@
 MSERVER = os.environ['MSERVER'].replace('--trace','')
 TSTSRCDIR = os.environ['TSTSRCDIR']
 
-CALL = "pf --enable-standoff %s.xq | %s --set standoff=enabled --dbname=%s" % 
(os.path.join(TSTSRCDIR,TST),MSERVER,TSTDB)
+CALL = 'pf --enable-standoff %s.xq | %s --set standoff=enabled --dbname=%s 
--dbinit="module(pathfinder);"' % (os.path.join(TSTSRCDIR,TST),MSERVER,TSTDB)
 
 if os.name == "nt":
     os.system("call Mlog.bat '%s'" % CALL.replace('|','\\|'))


-------------------------------------------------------------------------
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-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to