Removing testWTF as per LANG-376

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@595779 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2007-11-16 19:02:49 +00:00
parent 833e5bbd07
commit 272ca375e3
1 changed files with 0 additions and 5 deletions

View File

@ -89,11 +89,6 @@ public class MultiFormatTest extends TestCase {
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)));
}