Update of /cvsroot/monetdb/sql/src/test/BugDay_2005-10-06_2.8/Tests
In directory 
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv23118/src/test/BugDay_2005-10-06_2.8/Tests

Modified Files:
        MapiClient-dump.SF-905851.SQL.py 
Log Message:
Better take the right dir to look for the file


U MapiClient-dump.SF-905851.SQL.py
Index: MapiClient-dump.SF-905851.SQL.py
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugDay_2005-10-06_2.8/Tests/MapiClient-dump.SF-905851.SQL.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- MapiClient-dump.SF-905851.SQL.py    20 Jul 2009 09:40:09 -0000      1.8
+++ MapiClient-dump.SF-905851.SQL.py    20 Jul 2009 17:06:42 -0000      1.9
@@ -22,10 +22,10 @@
 
 def main():
     client(os.getenv('SQL_CLIENT'),
-           os.path.join(os.getenv('TSTSRCBASE'), os.getenv('TSTDIR'),
+           os.path.join(os.getenv('TSTSRCDIR'),
                         'JdbcClient_create_tables.sql'))
     client(os.getenv('SQL_CLIENT'),
-           os.path.join(os.getenv('TSTSRCBASE'), os.getenv('TSTDIR'),
+           os.path.join(os.getenv('TSTSRCDIR'),
                         'JdbcClient_inserts_selects.sql'))
     client(os.getenv('SQL_DUMP'))
 


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to