Author: tfischer
Date: Fri Dec 30 01:07:30 2005
New Revision: 360041

URL: http://svn.apache.org/viewcvs?rev=360041&view=rev
Log:
change access modifier of CONFIG_FILE_SYSTEM_PROPERTY to protected so the 
configuration can also be read from child classes

Modified:
    
db/torque/test/trunk/test-project/src/java/org/apache/torque/BaseRuntimeTestCase.java

Modified: 
db/torque/test/trunk/test-project/src/java/org/apache/torque/BaseRuntimeTestCase.java
URL: 
http://svn.apache.org/viewcvs/db/torque/test/trunk/test-project/src/java/org/apache/torque/BaseRuntimeTestCase.java?rev=360041&r1=360040&r2=360041&view=diff
==============================================================================
--- 
db/torque/test/trunk/test-project/src/java/org/apache/torque/BaseRuntimeTestCase.java
 (original)
+++ 
db/torque/test/trunk/test-project/src/java/org/apache/torque/BaseRuntimeTestCase.java
 Fri Dec 30 01:07:30 2005
@@ -28,7 +28,7 @@
 public abstract class BaseRuntimeTestCase extends TestCase
 {
     /** The system property containing the path to the configuration file. */
-    private static final String CONFIG_FILE_SYSTEM_PROPERTY
+    protected static final String CONFIG_FILE_SYSTEM_PROPERTY
             = "torque.configuration.file";
 
     /** Whether torque has been initialized. */



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to