mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-07 10:38:22 +00:00
Remove debug output from test
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1592325 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4b74c38562
commit
98f76f4c98
@ -219,7 +219,6 @@ private void validateSdfFormatFdpParseEquality(String format, Locale locale, Tim
|
||||
final Date out = fdp.parse(fmt);
|
||||
assertEquals(locale.toString()+" "+in+" "+ format+ " "+tz.getID(), in, out);
|
||||
} catch (final ParseException pe) {
|
||||
System.out.println(fmt+" "+locale.toString()+" "+year+" "+ format+ " "+tz.getID());
|
||||
if (year >= 1868 || !locale.getCountry().equals("JP")) {// LANG-978
|
||||
throw pe;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user