diff --git a/xdocs/antlibs/antunit/index.xml b/xdocs/antlibs/antunit/index.xml index 4d983f006..5197fbb83 100755 --- a/xdocs/antlibs/antunit/index.xml +++ b/xdocs/antlibs/antunit/index.xml @@ -27,7 +27,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.
@@ -172,7 +172,7 @@ public class ANTLRTest extends BuildFileTest {Currently only a single implementation
<plainlistener>
modelled after the "plain"
- JUnit listener is bundeled with the library.