[teiid-commits] teiid SVN: r1857 - trunk/test-integration/db/src/main/resources/ctc_tests.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Fri Feb 19 15:14:12 EST 2010


Author: vhalbert at redhat.com
Date: 2010-02-19 15:14:12 -0500 (Fri, 19 Feb 2010)
New Revision: 1857

Modified:
   trunk/test-integration/db/src/main/resources/ctc_tests/ctc.xml
Log:
Teiid-773 -  Per Warrens request, the error file generated using the xml file option will use the same logic to write an error file that the text file option uses.

Modified: trunk/test-integration/db/src/main/resources/ctc_tests/ctc.xml
===================================================================
--- trunk/test-integration/db/src/main/resources/ctc_tests/ctc.xml	2010-02-19 19:18:45 UTC (rev 1856)
+++ trunk/test-integration/db/src/main/resources/ctc_tests/ctc.xml	2010-02-19 20:14:12 UTC (rev 1857)
@@ -234,6 +234,9 @@
 	                  <fileset dir="${root_output}/${queryset.dir}/output/${scenario.name}">
 	                  		<include name="ERROR*"/>
 	                  </fileset>
+            		<fileset dir="${root_output}/${queryset.dir}/output/${scenario.name}">
+            			<include name="*.err"/>
+            		</fileset>
 	        </path>
 		
 		<condition property="error.files.exist">



More information about the teiid-commits mailing list