Author: jkf
Date: Sat May 26 13:37:51 2012
New Revision: 1342899
URL: http://svn.apache.org/viewvc?rev=1342899&view=rev
Log:
Bug 53202 - Typo in JUnit task documentation
Modified:
ant/core/trunk/WHATSNEW
ant/core/trunk/manual/Tasks/junit.html
Modified: ant/core/trunk/WHATSNEW
URL:
http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=1342899&r1=1342898&r2=1342899&view=diff
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Sat May 26 13:37:51 2012
@@ -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:
--------------
Modified: ant/core/trunk/manual/Tasks/junit.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/manual/Tasks/junit.html?rev=1342899&r1=1342898&r2=1342899&view=diff
==============================================================================
--- ant/core/trunk/manual/Tasks/junit.html (original)
+++ ant/core/trunk/manual/Tasks/junit.html Sat May 26 13:37:51 2012
@@ -753,7 +753,7 @@ aborted. Results are collected in files
</target>
</pre>
<p>On the first run all tests are collected via the
<code><batchtest/></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>