From 60b363ce189296b5468d56ded745fa36ae0a84c0 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Tue, 24 Jan 2006 20:15:53 +0000 Subject: [PATCH] sp git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@372008 13f79535-47bb-0310-9956-ffa450edef68 --- xdocs/antlibs/antunit/index.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.

+ JUnit listener is bundled with the library.

@@ -218,4 +218,4 @@ public class ANTLRTest extends BuildFileTest { - \ No newline at end of file +