Author: mbenson
Date: Mon Sep 18 14:42:18 2006
New Revision: 447580

URL: http://svn.apache.org/viewvc?view=rev&rev=447580
Log:
correction and a couple of capitalizations

Modified:
    ant/antlibs/antunit/trunk/docs/antunit.html

Modified: ant/antlibs/antunit/trunk/docs/antunit.html
URL: 
http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/docs/antunit.html?view=diff&rev=447580&r1=447579&r2=447580
==============================================================================
--- ant/antlibs/antunit/trunk/docs/antunit.html (original)
+++ ant/antlibs/antunit/trunk/docs/antunit.html Mon Sep 18 14:42:18 2006
@@ -43,7 +43,7 @@
     cases.  If a test build file contains a target named setUp, this
     gets executed before each test target.  If it contains a target
     named tearDown this gets executed after each test target.  Each
-    test target is run in a fresh ant project.</p>
+    test target is run in a fresh Ant project.</p>
 
     <p>So in a build file with targets setUp, tearDown, test1 and
     test2, antunit will run two Ant builds.  One will run the targets
@@ -53,8 +53,8 @@
 
     <p>&lt;antunit&gt; also supports AntUnitListeners, i.e. classes
     that receive notifications on test runs, failures and so one.
-    Currently only a single implementation of this interface is
-    provided with this ant library.</p>
+    Currently two implementations of this interface are
+    provided with this Ant library.</p>
 
     <p>Log output during each antunit test case is captured by an
     instance of the LogCapturer class that is available via a project
@@ -219,4 +219,4 @@
 [au:antunit] Target: test1 took 0 sec
 </pre>
   </body>
-</html>
\ No newline at end of file
+</html>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to