geirm 01/05/20 13:29:48
Modified: src/java/org/apache/velocity/test ConfigurationTestCase.java
Log:
Deprecated (as Configuration is deprecated) and removed
classpecific output, so the testbed data can be used for
both this and new CommonsExtPropTestCase
Revision Changes Path
1.4 +4 -2
jakarta-velocity/src/java/org/apache/velocity/test/ConfigurationTestCase.java
Index: ConfigurationTestCase.java
===================================================================
RCS file:
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/test/ConfigurationTestCase.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ConfigurationTestCase.java 2001/03/20 19:13:12 1.3
+++ ConfigurationTestCase.java 2001/05/20 20:29:48 1.4
@@ -70,7 +70,9 @@
* Tests for the Configuration class.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a>
- * @version $Id: ConfigurationTestCase.java,v 1.3 2001/03/20 19:13:12 geirm Exp $
+ * @version $Id: ConfigurationTestCase.java,v 1.4 2001/05/20 20:29:48 geirm Exp $
+ *
+ * @deprecated Will be removed when Configuration class is removed
*/
public class ConfigurationTestCase extends BaseTestCase
{
@@ -126,7 +128,7 @@
message(result, "Testing retrieval of CSV values ...");
showVector(result, c.getVector("resource.loader"));
- message(result, "Testing Configuration.subset(prefix).getKeys() ...");
+ message(result, "Testing subset(prefix).getKeys() ...");
Configuration subset = c.subset("file.resource.loader");
showIterator(result, subset.getKeys());