]> granicus.if.org Git - icu/commitdiff
ICU-10737 ICU4J test runner to flush output writer at the end always.
authorYoshito Umaoka <y.umaoka@gmail.com>
Wed, 26 Feb 2014 19:31:21 +0000 (19:31 +0000)
committerYoshito Umaoka <y.umaoka@gmail.com>
Wed, 26 Feb 2014 19:31:21 +0000 (19:31 +0000)
X-SVN-Rev: 35237

icu4j/main/tests/framework/src/com/ibm/icu/dev/test/TestFmwk.java

index 80da5a86c1563fdee45a26b8995d29aaca2194f8..d4886223f5a4fe04a4b150230670067d245fc935 100644 (file)
@@ -604,6 +604,8 @@ public class TestFmwk extends AbstractTestLog {
             }
         }
 
+        localParams.log.flush();
+
         return errorCount;
     }