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

Modified Files:
      Tag: Nov2009
        set_a_new_user_password.SF-1844050.py 
Log Message:
another python hanging test


Index: set_a_new_user_password.SF-1844050.py
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker/Tests/set_a_new_user_password.SF-1844050.py,v
retrieving revision 1.6.2.3
retrieving revision 1.6.2.4
diff -u -d -r1.6.2.3 -r1.6.2.4
--- set_a_new_user_password.SF-1844050.py       15 Oct 2009 15:50:49 -0000      
1.6.2.3
+++ set_a_new_user_password.SF-1844050.py       9 Nov 2009 23:01:00 -0000       
1.6.2.4
@@ -8,7 +8,7 @@
     time.sleep(5)                      # give server time to start
     return srv
 
-def client(lang, file, user = None, passwd = None):
+def client(lang, file, user = 'monetdb', passwd = 'monetdb'):
     sys.stderr.write('#client\n')
     sys.stderr.flush()
     clt = process.client(lang, user = user, passwd = passwd, stdin = 
open(file))


------------------------------------------------------------------------------
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