Browse Source

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
master
Jacobus Martinus Kruithof 13 years ago
parent
commit
2596f62857
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      WHATSNEW
  2. +1
    -1
      manual/Tasks/junit.html

+ 1
- 1
WHATSNEW View File

@@ -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:
--------------


+ 1
- 1
manual/Tasks/junit.html View File

@@ -753,7 +753,7 @@ aborted. Results are collected in files named
</target>
</pre>
<p>On the first run all tests are collected via the <code>&lt;batchtest/&gt;</code>
element. It's <code>plain</code> formatter shows the output on the console. The
element. Its <code>plain</code> formatter shows the output on the console. The
<code>failure</code> formatter creates a java source file in
<code>${build.dir}/failingTests/FailedTests.java</code> which extends
<code>junit.framework.TestCase</code> and returns from a <code>suite()</code>


Loading…
Cancel
Save