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()