mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-06 18:18:22 +00:00
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 @@ protected void setUp() throws Exception {
|
|||||||
NumberFormat.getIntegerInstance(Locale.US)).toMultiFormat();
|
NumberFormat.getIntegerInstance(Locale.US)).toMultiFormat();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testWTF() {
|
|
||||||
System.out.println(DateFormat.getDateInstance(DateFormat.SHORT,
|
|
||||||
Locale.US).format(new Integer(1000)));
|
|
||||||
}
|
|
||||||
|
|
||||||
public void testFormatNumber() {
|
public void testFormatNumber() {
|
||||||
assertEquals("1,000", format.format(new Integer(1000)));
|
assertEquals("1,000", format.format(new Integer(1000)));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user