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

Modified Files:
      Tag: Aug2009
        copy_into_error_off_by_one.SF-2833696.stable.err 
Added Files:
      Tag: Aug2009
        copy_into_error_off_by_one.SF-2833696.sql 
Removed Files:
      Tag: Aug2009
        copy_into_error_off_by_one.SF-2833696.csv 
        copy_into_error_off_by_one.SF-2833696.sql.in 
Log Message:

made test (and hence its stable output) independed of files and their paths


--- copy_into_error_off_by_one.SF-2833696.sql.in DELETED ---

U copy_into_error_off_by_one.SF-2833696.stable.err
Index: copy_into_error_off_by_one.SF-2833696.stable.err
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests/copy_into_error_off_by_one.SF-2833696.stable.err,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- copy_into_error_off_by_one.SF-2833696.stable.err    11 Aug 2009 12:11:33 
-0000      1.1.2.1
+++ copy_into_error_off_by_one.SF-2833696.stable.err    13 Aug 2009 17:51:59 
-0000      1.1.2.2
@@ -70,7 +70,7 @@
 # 14:07:47 >  
 
 MAPI  = mone...@rig:37202
-QUERY = COPY 2 RECORDS INTO number FROM 
'../../../../../source/sql/src/test/BugTracker-2009/Tests/copy_into_error_off_by_one.SF-2833696.csv'
 USING DELIMITERS '\n';
+QUERY = COPY 2 RECORDS INTO number FROM stdin USING DELIMITERS '\n';
 ERROR = !SQLException:sql:value 'bla' while parsing 'bla' from line 2 field 1 
not inserted, expecting type int
         !SQLException:importTable:failed to import table
 

--- copy_into_error_off_by_one.SF-2833696.csv DELETED ---

--- NEW FILE: copy_into_error_off_by_one.SF-2833696.sql ---
create table number (isanumber integer);
COPY 2 RECORDS INTO number FROM stdin USING DELIMITERS '\n';
1
bla
drop table number;


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