Update of /cvsroot/monetdb/sql/src/test/BugTracker/Tests
In directory 
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv24424/src/test/BugTracker/Tests

Modified Files:
        mapi_connect_errors_vanish.SF-1432134.SQL.bat 
        mapi_connect_errors_vanish.SF-1432134.SQL.sh 
Log Message:
fix test scripts to work without -P option

U mapi_connect_errors_vanish.SF-1432134.SQL.bat
Index: mapi_connect_errors_vanish.SF-1432134.SQL.bat
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker/Tests/mapi_connect_errors_vanish.SF-1432134.SQL.bat,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mapi_connect_errors_vanish.SF-1432134.SQL.bat       29 Oct 2007 20:11:55 
-0000      1.4
+++ mapi_connect_errors_vanish.SF-1432134.SQL.bat       7 Oct 2009 11:59:11 
-0000       1.5
@@ -1,4 +1,7 @@
 @prompt # $t $g  
 @echo on
 
-%SQL_CLIENT% -uinvalid -Pinvalid
+echo user=invalid> .monetdb
+echo password=invalid>> .monetdb
+%SQL_CLIENT%
+del .monetdb

U mapi_connect_errors_vanish.SF-1432134.SQL.sh
Index: mapi_connect_errors_vanish.SF-1432134.SQL.sh
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker/Tests/mapi_connect_errors_vanish.SF-1432134.SQL.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mapi_connect_errors_vanish.SF-1432134.SQL.sh        29 Oct 2007 20:11:55 
-0000      1.3
+++ mapi_connect_errors_vanish.SF-1432134.SQL.sh        7 Oct 2009 11:59:11 
-0000       1.4
@@ -1,3 +1,6 @@
 #!/bin/sh
 
-Mlog -x "$SQL_CLIENT -uinvalid -Pinvalid"
+echo "user=invalid" > .monetdb
+echo "password=invalid" >> .monetdb
+Mlog -x "$SQL_CLIENT"
+rm -f .monetdb


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to