Author: bayard
Date: Fri Nov 16 11:02:49 2007
New Revision: 595779

URL: http://svn.apache.org/viewvc?rev=595779&view=rev
Log:
Removing testWTF as per LANG-376

Modified:
    
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/MultiFormatTest.java
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/MultiFormatTest.java?rev=595779&r1=595778&r2=595779&view=diff
==============================================================================
--- 
commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/MultiFormatTest.java
 (original)
+++ 
commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/MultiFormatTest.java
 Fri Nov 16 11:02:49 2007
@@ -89,11 +89,6 @@
                 NumberFormat.getIntegerInstance(Locale.US)).toMultiFormat();
     }
 
-    public void testWTF() {
-        System.out.println(DateFormat.getDateInstance(DateFormat.SHORT,
-                Locale.US).format(new Integer(1000)));
-    }
-
     public void testFormatNumber() {
         assertEquals("1,000", format.format(new Integer(1000)));
     }


Reply via email to