Author: mbenson
Date: Mon Feb 25 11:49:21 2008
New Revision: 630967

URL: http://svn.apache.org/viewvc?rev=630967&view=rev
Log:
[LANG-366] retract

Removed:
    
commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/MultiFormat.java
    
commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/MultiFormatTest.java
Modified:
    
commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/TextTestSuite.java

Modified: 
commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/TextTestSuite.java
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/TextTestSuite.java?rev=630967&r1=630966&r2=630967&view=diff
==============================================================================
--- 
commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/TextTestSuite.java
 (original)
+++ 
commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/TextTestSuite.java
 Mon Feb 25 11:49:21 2008
@@ -56,7 +56,6 @@
         suite.addTest(StrMatcherTest.suite());
         suite.addTest(StrSubstitutorTest.suite());
         suite.addTest(StrTokenizerTest.suite());
-        suite.addTestSuite(MultiFormatTest.class);
         suite.addTestSuite(MessageFormatTest.US.class);
         suite.addTestSuite(MessageFormatTest.UK.class);
         suite.addTestSuite(MessageFormatTest.DE.class);


Reply via email to