juergen 01/11/20 07:38:18
Modified:
testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/walker
TProcessorTestExecuter.java
Log:
marked some global variables as protected
Revision Changes Path
1.2 +7 -7
jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/walker/TProcessorTestExecuter.java
Index: TProcessorTestExecuter.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/walker/TProcessorTestExecuter.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- TProcessorTestExecuter.java 2001/11/20 14:35:31 1.1
+++ TProcessorTestExecuter.java 2001/11/20 15:38:18 1.2
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/walker/TProcessorTestExecuter.java,v
1.1 2001/11/20 14:35:31 juergen Exp $
- * $Revision: 1.1 $
- * $Date: 2001/11/20 14:35:31 $
+ * $Header:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/walker/TProcessorTestExecuter.java,v
1.2 2001/11/20 15:38:18 juergen Exp $
+ * $Revision: 1.2 $
+ * $Date: 2001/11/20 15:38:18 $
*
* ====================================================================
*
@@ -80,15 +80,15 @@
* Call T_Processor for all XML files located in a specified directory
*
* @author Software AG
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
public class TProcessorTestExecuter extends TestCase {
- private String xdavHome = System.getProperty("xdav.home");
- private String xdavHost = System.getProperty("xdav.host");
- private String xdavPort = System.getProperty("xdav.port");
+ protected String xdavHome = System.getProperty("xdav.home");
+ protected String xdavHost = System.getProperty("xdav.host");
+ protected String xdavPort = System.getProperty("xdav.port");
/**
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>