Author: scolebourne
Date: Tue Aug 8 16:35:31 2006
New Revision: 429884
URL: http://svn.apache.org/viewvc?rev=429884&view=rev
Log:
VariableFormatter became StrSubstitutor
Removed:
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/VariableFormatter.java
jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/VariableFormatterTest.java
Modified:
jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/TextTestSuite.java
Modified:
jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/TextTestSuite.java
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/TextTestSuite.java?rev=429884&r1=429883&r2=429884&view=diff
==============================================================================
---
jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/TextTestSuite.java
(original)
+++
jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/TextTestSuite.java
Tue Aug 8 16:35:31 2006
@@ -55,7 +55,6 @@
suite.addTest(StrMatcherTest.suite());
suite.addTest(StrSubstitutorTest.suite());
suite.addTest(StrTokenizerTest.suite());
- suite.addTestSuite(VariableFormatterTest.class);
return suite;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]