[teiid-commits] teiid SVN: r1807 - trunk/test-integration/db/src/main/resources/ctc_tests/queries/rdbms/client_test_txnoff_expected_results/TestInvalidQueries.
teiid-commits at lists.jboss.org
teiid-commits at lists.jboss.org
Tue Feb 9 11:29:25 EST 2010
Author: vhalbert at redhat.com
Date: 2010-02-09 11:29:25 -0500 (Tue, 09 Feb 2010)
New Revision: 1807
Added:
trunk/test-integration/db/src/main/resources/ctc_tests/queries/rdbms/client_test_txnoff_expected_results/TestInvalidQueries/TestInvalidQueries_TestQuery1.txt
Log:
Teiid-773 - Added TestResultSetUtil so that when writing out a generated file for an exception, changed so that the line terminator was not being appended to the file. This was causing, in comparison mode, the expected exceptions to fail
Added: trunk/test-integration/db/src/main/resources/ctc_tests/queries/rdbms/client_test_txnoff_expected_results/TestInvalidQueries/TestInvalidQueries_TestQuery1.txt
===================================================================
--- trunk/test-integration/db/src/main/resources/ctc_tests/queries/rdbms/client_test_txnoff_expected_results/TestInvalidQueries/TestInvalidQueries_TestQuery1.txt (rev 0)
+++ trunk/test-integration/db/src/main/resources/ctc_tests/queries/rdbms/client_test_txnoff_expected_results/TestInvalidQueries/TestInvalidQueries_TestQuery1.txt 2010-02-09 16:29:25 UTC (rev 1807)
@@ -0,0 +1,13 @@
+com.metamatrix.jdbc.MMSQLException : Parsing error: Encountered "pm1.g1" at line 1, column 11.
+Was expecting one of:
+ <EOF>
+ "from" ...
+ "intersect" ...
+ "into" ...
+ "limit" ...
+ "order" ...
+ ";" ...
+ "union" ...
+ "except" ...
+ "option" ...
+
\ No newline at end of file
Property changes on: trunk/test-integration/db/src/main/resources/ctc_tests/queries/rdbms/client_test_txnoff_expected_results/TestInvalidQueries/TestInvalidQueries_TestQuery1.txt
___________________________________________________________________
Name: svn:mime-type
+ text/plain
More information about the teiid-commits
mailing list