Changeset: b0ee92754265 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b0ee92754265
Modified Files:
        sql/test/Tests/copy-into-fwf.sql.in
Branch: Dec2016
Log Message:

Fix test.


diffs (12 lines):

diff --git a/sql/test/Tests/copy-into-fwf.sql.in 
b/sql/test/Tests/copy-into-fwf.sql.in
--- a/sql/test/Tests/copy-into-fwf.sql.in
+++ b/sql/test/Tests/copy-into-fwf.sql.in
@@ -12,7 +12,7 @@ create table mtcars (
     carb DOUBLE PRECISION
 );
 
-copy into mtcars from '$TSTSRCDIR/mtcars' using delimiters 'a','b','c' null as 
'' fwf (4, 2, 6, 4, 5, 6, 6, 2, 2, 2, 2);
+copy into mtcars from '$QTSTSRCDIR/mtcars' using delimiters 'a','b','c' null 
as '' fwf (4, 2, 6, 4, 5, 6, 6, 2, 2, 2, 2);
 
 select * from mtcars;
 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to