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:
parent
833e5bbd07
commit
272ca375e3
|
@ -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)));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue