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

Modified Files:
        trigger_owner.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/Triggers/Tests/trigger_owner.SQL.py,1.6.8.4
  more python tests and some more time
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: trigger_owner.SQL.py
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/Triggers/Tests/trigger_owner.SQL.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- trigger_owner.SQL.py        16 Oct 2009 08:44:23 -0000      1.11
+++ trigger_owner.SQL.py        9 Nov 2009 23:36:32 -0000       1.12
@@ -1,7 +1,7 @@
 import os, sys
 from MonetDBtesting import process
 
-def client(infile, user = None, passwd = None):
+def client(infile, user = 'monetdb', passwd = 'monetdb'):
     clt = process.client('sql', user=user, passwd=passwd, stdin=open(infile),
                          stdout=process.PIPE, stderr=process.PIPE)
     out, err = clt.communicate()


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