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

Modified Files:
        Dependencies.SQL.py 
Log Message:
propagated changes of Monday Nov 09 2009 - Tuesday Nov 10 2009
from the Nov2009 branch to the development trunk

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/11/09 - nielsnes: src/test/Dependencies/Tests/Dependencies.SQL.py,1.6.8.3
  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.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Dependencies.SQL.py 16 Oct 2009 08:43:59 -0000      1.9
+++ Dependencies.SQL.py 9 Nov 2009 23:36:23 -0000       1.10
@@ -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