Changeset: c72fe7b07875 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c72fe7b07875 Modified Files: sql/test/BugTracker-2009/Tests/copy_multiple_files.SF-2902320.stable.err.Windows Branch: default Log Message:
Add missing CODE = 42000 lines to Windows specific output diffs (15 lines): diff --git a/sql/test/BugTracker-2009/Tests/copy_multiple_files.SF-2902320.stable.err.Windows b/sql/test/BugTracker-2009/Tests/copy_multiple_files.SF-2902320.stable.err.Windows --- a/sql/test/BugTracker-2009/Tests/copy_multiple_files.SF-2902320.stable.err.Windows +++ b/sql/test/BugTracker-2009/Tests/copy_multiple_files.SF-2902320.stable.err.Windows @@ -78,9 +78,11 @@ stderr of test 'copy_multiple_files.SF-2 MAPI = (monetdb) /var/tmp/mtest-10609/.s.monetdb.34310 QUERY = plan copy into cm_tmp from '/file1','/file2'; ERROR = !COPY INTO: filename must have absolute path: /file1 +CODE = 42000 MAPI = (monetdb) /var/tmp/mtest-10609/.s.monetdb.34310 QUERY = plan copy into cm_tmp from '\file1','\file2'; ERROR = !COPY INTO: filename must have absolute path: \file1 +CODE = 42000 # 08:59:53 > # 08:59:53 > Done. _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
