diff --git a/docs/antlibs/antunit/index.html b/docs/antlibs/antunit/index.html index c1ef5e7dc..29c90ddea 100755 --- a/docs/antlibs/antunit/index.html +++ b/docs/antlibs/antunit/index.html @@ -115,7 +115,7 @@
Initially all tests for Ant tasks were written as individual JUnit test cases. Pretty soon it was clear that most tests needed to perform common tasks - like reading a build file, intializing a project instance with + like reading a build file, initializing a project instance with it and executing a target. At this point BuildFileTest was invented, a base class for almost all task test cases.
BuildFileTest works fine and in fact has been picked up by the Ant-Contrib Project @@ -249,7 +249,7 @@ public class ANTLRTest extends BuildFileTest { relays test results to them.
Currently only a single implementation
<plainlistener>
modelled after the "plain"
- JUnit listener is bundeled with the library.