mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-07 18:48:39 +00:00
LANG-1267: Add test showing that XXX does work when specifing formats
This commit is contained in:
parent
ff2672a578
commit
bdb074610c
@ -319,5 +319,10 @@ public void testLANG_1152() {
|
||||
|
||||
dateAsString = FastDateFormat.getInstance("dd/MM/yyyy", utc, Locale.US).format(date);
|
||||
Assert.assertEquals("17/08/292278994", dateAsString);
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testLANG_1267() throws Exception {
|
||||
FastDateFormat.getInstance("yyyy-MM-dd'T'HH:mm:ss.SSSXXX");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user