Label output with test case name
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1390171 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3e47c0599e
commit
eedd1169bf
|
@ -279,7 +279,7 @@ public class FastDateParserTest {
|
|||
}
|
||||
|
||||
if (locale2Absent.size() > 0) {
|
||||
System.out.println("One or more missing era designators detected");
|
||||
System.out.println("FastDateParserTest: one or more missing era designators detected:");
|
||||
for(ImmutablePair<Locale, String> me : locale2Absent) {
|
||||
Locale loc = me.getKey();
|
||||
String [] erasPrint = locale2Eras.get(loc);
|
||||
|
|
Loading…
Reference in New Issue