From 2596f62857b533ed5ecb656cda892add3d9d429e Mon Sep 17 00:00:00 2001 From: Jacobus Martinus Kruithof Date: Sat, 26 May 2012 13:37:51 +0000 Subject: [PATCH] Bug 53202 - Typo in JUnit task documentation git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1342899 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 2 +- manual/Tasks/junit.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 7ef320266..5707fd896 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -15,7 +15,7 @@ Fixed bugs: Bugzilla Reports 52738, 52740, 52742, 52743. * Updated documentation to fix spelling errors / broken links. - Bugzilla Reports 53215, 53291 + Bugzilla Reports 53215, 53291, 53202 Other changes: -------------- diff --git a/manual/Tasks/junit.html b/manual/Tasks/junit.html index b27543c38..95a2ffc0f 100644 --- a/manual/Tasks/junit.html +++ b/manual/Tasks/junit.html @@ -753,7 +753,7 @@ aborted. Results are collected in files named </target>

On the first run all tests are collected via the <batchtest/> -element. It's plain formatter shows the output on the console. The +element. Its plain formatter shows the output on the console. The failure formatter creates a java source file in ${build.dir}/failingTests/FailedTests.java which extends junit.framework.TestCase and returns from a suite()