You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2008/02/25 20:49:22 UTC

svn commit: r630967 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/text/MultiFormat.java test/org/apache/commons/lang/text/MultiFormatTest.java test/org/apache/commons/lang/text/TextTestSuite.java

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);