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

Modified Files:
      Tag: Nov2009
        Dependencies.SQL.py 
Log Message:
fix python script (supply correct user/passwd defaults)


Index: Dependencies.SQL.py
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/Dependencies/Tests/Dependencies.SQL.py,v
retrieving revision 1.6.8.2
retrieving revision 1.6.8.3
diff -u -d -r1.6.8.2 -r1.6.8.3
--- Dependencies.SQL.py 15 Oct 2009 15:50:54 -0000      1.6.8.2
+++ Dependencies.SQL.py 9 Nov 2009 22:54:37 -0000       1.6.8.3
@@ -1,7 +1,7 @@
 import os, sys
 from MonetDBtesting import process
 
-def client(cmd, infile, user = None, passwd = None):
+def client(cmd, infile, user = 'monetdb', passwd = 'monetdb'):
     clt = process.client(cmd, user = user, passwd = passwd,
                          stdin = open(infile), stdout = process.PIPE,
                          stderr = process.PIPE)


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to