mpoeschl 2002/07/04 05:43:50
Modified: src/rttest Torque.properties
. build-test.xml
Log:
fix test environment
Revision Changes Path
1.12 +2 -2 jakarta-turbine-torque/src/rttest/Torque.properties
Index: Torque.properties
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/src/rttest/Torque.properties,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Torque.properties 26 May 2002 19:07:31 -0000 1.11
+++ Torque.properties 4 Jul 2002 12:43:50 -0000 1.12
@@ -45,7 +45,7 @@
# -------------------------------------------------------------------
torque.database.default=bookstore
-torque.database.bookstore.adapter=mysql
+torque.database.bookstore.adapter= @DATABASE_ADAPTER@
## Using torque's old pool
#torque.dsfactory.bookstore.factory=org.apache.torque.dsfactory.TorqueDataSourceFactory
1.31 +2 -1 jakarta-turbine-torque/build-test.xml
Index: build-test.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/build-test.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- build-test.xml 7 Jun 2002 18:35:39 -0000 1.30
+++ build-test.xml 4 Jul 2002 12:43:50 -0000 1.31
@@ -69,6 +69,7 @@
name="test-classpath"
description="run the testbed using the useClasspath property">
<property name="useClasspath" value="true"/>
+ <property name="templatePath" value="no_templatePath"/>
<antcall target="test"/>
</target>
@@ -241,7 +242,7 @@
<filter token="DATABASE_DRIVER" value="${databaseDriver}"/>
<filter token="DATABASE_PASSWORD" value="${databasePassword}"/>
<filter token="DATABASE_ID_METHOD" value="${torque.idMethod}"/>
- <filter token="DATABASE_ADAPTER" value="${torque.databaseAdapter}"/>
+ <filter token="DATABASE_ADAPTER" value="${database}"/>
</target>
<!-- ============================================================== -->
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>