mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 14:31:31 +00:00
ICU-11464 TestFmwk should log closing brace lines for empty tests.
Review URL: https://codereview.appspot.com/191480043 X-SVN-Rev: 36927
This commit is contained in:
parent
e65a679a26
commit
0f41ec3319
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 1996-2014, International Business Machines Corporation and *
|
||||
* Copyright (C) 1996-2015, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
@ -1652,6 +1652,11 @@ public class TestFmwk extends AbstractTestLog {
|
|||
|
||||
int testDelta = testCount - stack.tc;
|
||||
if (testDelta == 0) {
|
||||
if (stack.included) {
|
||||
stack.flush();
|
||||
indent(indentLevel);
|
||||
log.println("} (0s) Empty");
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue