dlr 01/08/20 16:27:37
Modified: src/test/org/apache/torque BaseTestCase.java
Log:
Since tests are currently run from the module's root diretory (as that
is where build.xml resides), adjust path to the config file
appropriately.
Revision Changes Path
1.3 +3 -2
jakarta-turbine-torque/src/test/org/apache/torque/BaseTestCase.java
Index: BaseTestCase.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-torque/src/test/org/apache/torque/BaseTestCase.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -u -r1.2 -r1.3
--- BaseTestCase.java 2001/08/20 23:17:58 1.2
+++ BaseTestCase.java 2001/08/20 23:27:37 1.3
@@ -70,14 +70,15 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Daniel Rall</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Christopher Elkins</a>
- * @version $Id: BaseTestCase.java,v 1.2 2001/08/20 23:17:58 dlr Exp $
+ * @version $Id: BaseTestCase.java,v 1.3 2001/08/20 23:27:37 dlr Exp $
*/
public abstract class BaseTestCase extends TestCase
{
/**
* The path to the configuration file.
*/
- private static final String CONFIG_FILE = "TurbineResources.properties";
+ private static final String CONFIG_FILE =
+ "src/test/TurbineResources.properties";
/**
* Whether torque has been initialized.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]