--- summary-reporter/src-old/org/apache/harmony/eut/reporter/EUTStatusCollector.java 2007-09-25 15:43:42.463789600 +0400 +++ summary-reporter/src/org/apache/harmony/eut/reporter/EUTStatusCollector.java 2007-09-25 15:44:29.979110500 +0400 @@ -155,9 +155,9 @@ // the passed test may be registered in EFL (configuration issue) if (eflIndex != -1) { - // System.err.println("Warning: passed test is in EFL file: " - // + processedTest.testClass + "." - // + processedTest.testName); + System.err.println("Warning: passed test is in EFL file: " + + processedTest.testClass + "." + + processedTest.testName); // remove passed test from EFL to calculate passrate correctly EUTReporter.eflList.remove(eflIndex);