Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(110)

Issue 191480043: ticket:11464: TestFmwk should log closing brace lines for empty tests. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 11 months ago by roubert (google)
Modified:
9 years, 11 months ago
Reviewers:
yoshito_umaoka
Base URL:
svn+ssh://source.icu-project.org/repos/icu/icu4j/trunk
Visibility:
Public.

Description

ticket:11464: TestFmwk should log closing brace lines for empty tests. Committed: http://bugs.icu-project.org/trac/changeset/36927

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M main/tests/framework/src/com/ibm/icu/dev/test/TestFmwk.java View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 2
roubert (google)
Committed patchset #1 (id:1) manually as 36927 (presubmit successful).
9 years, 11 months ago (2015-01-07 18:39:36 UTC) #1
yoshito_umaoka_us.ibm.com
9 years, 11 months ago (2015-01-07 20:59:02 UTC) #2
Thanks.

The fix looks fine to me. Please commit the change to the ICU4J 
repository.

-Yoshito

roubert@google.com wrote on 01/07/2015 01:39:36 PM:

> From: roubert@google.com
> To: yoshito_umaoka@us.ibm.com
> Cc: reply@codereview-hr.appspotmail.com
> Date: 01/07/2015 01:39 PM
> Subject: ticket:11464: TestFmwk should log closing brace lines for 
> empty tests. (issue 191480043 by roubert@google.com)
> 
> Reviewers: yoshito_umaoka_us.ibm.com,
> 
> Message:
> Committed patchset #1 (id:1) manually as 36927 (presubmit successful).
> 
> Description:
> ticket:11464: TestFmwk should log closing brace lines for empty tests.
> 
> Committed: http://bugs.icu-project.org/trac/changeset/36927
> 
> Please review this at https://codereview.appspot.com/191480043/
> 
> Affected files (+5, -0 lines):
>    M main/tests/framework/src/com/ibm/icu/dev/test/TestFmwk.java
> 
> 
> Index: main/tests/framework/src/com/ibm/icu/dev/test/TestFmwk.java
> diff --git a/main/tests/framework/src/com/ibm/icu/dev/test/TestFmwk.java 
 
> b/main/tests/framework/src/com/ibm/icu/dev/test/TestFmwk.java
> index 
> 79e1e328eb7d75fe56943f7c95e440393ff6afe1..
> 7e170d7c560f369ae251824eea1657ef3b9eecfb 
> 100644
> --- a/main/tests/framework/src/com/ibm/icu/dev/test/TestFmwk.java
> +++ b/main/tests/framework/src/com/ibm/icu/dev/test/TestFmwk.java
> @@ -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;
>               }
> 
> 
> 
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b