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:
Sebastian Bazley 2012-09-25 21:46:11 +00:00
parent 3e47c0599e
commit eedd1169bf
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ public void testEras() throws Exception {
}
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);