Comment
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1663173 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2367948a0f
commit
4d228ddfea
|
@ -26,7 +26,7 @@ public class FastDateParserSDFTest {
|
|||
public static Collection<Object[]> data() {
|
||||
return Arrays.asList(new Object [][]{
|
||||
// General Time zone tests
|
||||
{"z yyyy", "GMT 2010", Locale.UK, true}, // no offset specified, but seems to be allowed
|
||||
{"z yyyy", "GMT 2010", Locale.UK, true}, // no offset specified, but this is allowed as a TimeZone name
|
||||
{"z yyyy", "GMT-123 2010", Locale.UK, false},
|
||||
{"z yyyy", "GMT-1234 2010", Locale.UK, false},
|
||||
{"z yyyy", "GMT-12:34 2010", Locale.UK, true},
|
||||
|
|
Loading…
Reference in New Issue