Author: stevel Date: Sat Nov 5 14:30:01 2005 New Revision: 331039 URL: http://svn.apache.org/viewcvs?rev=331039&view=rev Log: spelling correction, including that of index.html
Added: ant/sandbox/antlibs/antunit/trunk/docs/index.html - copied, changed from r331036, ant/sandbox/antlibs/antunit/trunk/docs/index.hmtl Removed: ant/sandbox/antlibs/antunit/trunk/docs/index.hmtl Modified: ant/sandbox/antlibs/antunit/trunk/docs/antunit.html Modified: ant/sandbox/antlibs/antunit/trunk/docs/antunit.html URL: http://svn.apache.org/viewcvs/ant/sandbox/antlibs/antunit/trunk/docs/antunit.html?rev=331039&r1=331038&r2=331039&view=diff ============================================================================== --- ant/sandbox/antlibs/antunit/trunk/docs/antunit.html (original) +++ ant/sandbox/antlibs/antunit/trunk/docs/antunit.html Sat Nov 5 14:30:01 2005 @@ -9,9 +9,10 @@ <h3>Description</h3> - <p>Runs Ant on targets of a build file that follow a ceratin + <p>Runs Ant on targets of a build file that follow a certain naming convention. If Ant throws the special subclass of - BuildException that the <a href="assert.html">assertTrue</a> + <code>BuildException</code> that the + <a href="assert.html"><code>assertTrue</code></a> task uses, consider it a failed test. Any other exception is considered a failure. If Ant completes the target without any exception, consider it a passed test.</p> @@ -25,7 +26,7 @@ named tearDown this gets executed after each test target. Each test target is run in a fresh ant project.</p> - <p>So in a build file with targets setUp, teardown, test1 and + <p>So in a build file with targets setUp, tearDown, test1 and test2, antunit will run two Ant builds. One will run the targets setUp, test1 and tearDown (in that order), the other one will run setUp, test2 and tearDown. The order of those two Ant builds is Copied: ant/sandbox/antlibs/antunit/trunk/docs/index.html (from r331036, ant/sandbox/antlibs/antunit/trunk/docs/index.hmtl) URL: http://svn.apache.org/viewcvs/ant/sandbox/antlibs/antunit/trunk/docs/index.html?p2=ant/sandbox/antlibs/antunit/trunk/docs/index.html&p1=ant/sandbox/antlibs/antunit/trunk/docs/index.hmtl&r1=331036&r2=331039&rev=331039&view=diff ============================================================================== (empty) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]