Author: vhalbert(a)redhat.com
Date: 2009-09-18 22:37:21 -0400 (Fri, 18 Sep 2009)
New Revision: 1420
Modified:
trunk/test-integration/db/howto
trunk/test-integration/db/pom.xml
Log:
Teiid 773 - organize integration test
Modified: trunk/test-integration/db/howto
===================================================================
--- trunk/test-integration/db/howto 2009-09-18 23:59:02 UTC (rev 1419)
+++ trunk/test-integration/db/howto 2009-09-19 02:37:21 UTC (rev 1420)
@@ -39,7 +39,7 @@
2. CREATE TABLES
To create the tables on the defined datasource, run the maven profile to execute the
process to create the required tables:
a. to setup all sources at one time, run: mvn pre-integration-test -P
setupdatasources -Dmaven.test.skip=true
- b. to setup a specific source, run: mvn pre-integration-test
-Ddatasource=<datasourcedir> -Psingleschema -Dmaven.test.skip=true
+ b. to setup a specific source, run: mvn pre-integration-test
-Ddatasource=<datasourcedir> -Psingledatasource -Dmaven.test.skip=true
where <datasourcedir> is the name of the directory for the datasource
Modified: trunk/test-integration/db/pom.xml
===================================================================
--- trunk/test-integration/db/pom.xml 2009-09-18 23:59:02 UTC (rev 1419)
+++ trunk/test-integration/db/pom.xml 2009-09-19 02:37:21 UTC (rev 1420)
@@ -95,8 +95,16 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
+ <additionalClasspathElements>
+
<additionalClasspathElement>${basedir}/lib/classes12_g.jar</additionalClasspathElement>
+
<additionalClasspathElement>${basedir}/lib/sqljdbc4.jar</additionalClasspathElement>
+
<additionalClasspathElement>${basedir}/lib/db2jcc4.jar</additionalClasspathElement>
+
+ </additionalClasspathElements>
+<!--
<forkMode>always</forkMode>
<forkedProcessTimeoutInSeconds>600</forkedProcessTimeoutInSeconds>
+ -->
<includes>
<!-- <include>**/*TestCase.java</include> -->
<include>**/*Test.java</include>
Show replies by date