[teiid-commits] teiid SVN: r1755 - trunk/test-integration/db.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Tue Jan 19 15:58:58 EST 2010


Author: vhalbert at redhat.com
Date: 2010-01-19 15:58:58 -0500 (Tue, 19 Jan 2010)
New Revision: 1755

Modified:
   trunk/test-integration/db/pom.xml
Log:
Teiid-773 - a property was added to enable the execution of the client tests using the prior logic based on the old xml formated file

Modified: trunk/test-integration/db/pom.xml
===================================================================
--- trunk/test-integration/db/pom.xml	2010-01-19 20:28:35 UTC (rev 1754)
+++ trunk/test-integration/db/pom.xml	2010-01-19 20:58:58 UTC (rev 1755)
@@ -501,12 +501,15 @@
 						<configuration>
 							<tasks>
 								<property name="maven.runtime.classpath" refid="maven.runtime.classpath" />
-								<property name="config.file"  value="qe-test.properties"></property>
 								<property name="scenario.dir"  value="${scenario.dir}"></property>
 								<property name="queryset.artifacts.dir"  value="${queryset.artifacts.dir}"></property>
 								<property name="vdb.artifacts.dir"  value="${vdb.artifacts.dir}"></property>
+								<!-- optional properties -->
+								<property name="config.file"  value="${config.file}"></property>
+								<property name="query.scenario.classname"  value="${query.scenario.classname}"></property>
 								<property name="third.party.jars.dir"  value="${third.party.jars.dir}"></property>
 								<property name="proj.dir" value="${project.basedir}" />
+
 								<ant antfile="src/main/resources/ctc_tests/ctc.xml" />
 							</tasks>
 						</configuration>



More information about the teiid-commits mailing list