diff --git a/docs/manual/OptionalTasks/junit.html b/docs/manual/OptionalTasks/junit.html index 3d6d2a4c4..9f54e833e 100644 --- a/docs/manual/OptionalTasks/junit.html +++ b/docs/manual/OptionalTasks/junit.html @@ -11,7 +11,7 @@
This task runs tests from the JUnit testing framework. The latest
version of the framework can be found at
http://www.junit.org.
-This task has been tested with JUnit 3.0 up to JUnit 3.8.1; it won't
+This task has been tested with JUnit 3.0 up to JUnit 3.8.2; it won't
work with versions prior to JUnit 3.0. It also works with JUnit 4.0, including
"pure" JUnit 4 tests using only annotations and no JUnit4TestAdapter
.
Note: This task depends on external libraries not included
diff --git a/docs/manual/tutorial-HelloWorldWithAnt.html b/docs/manual/tutorial-HelloWorldWithAnt.html
index 999e86bf3..a7b1b11e3 100644
--- a/docs/manual/tutorial-HelloWorldWithAnt.html
+++ b/docs/manual/tutorial-HelloWorldWithAnt.html
@@ -383,7 +383,7 @@ start the application from that directory and these files will included into the
In this step we will introduce the usage of the JUnit [3] testframework in combination with Ant. Because Ant
-has a build-in JUnit 3.8.1 you could start directly using it. Write a test class in src\HelloWorldTest.java: Testing the class
public class HelloWorldTest extends junit.framework.TestCase { @@ -506,4 +506,4 @@ need the HTML report just for testing, e.g. if you are fixing an error or a inteCopyright © 2005-2006 The Apache Software Foundation. All rights Reserved.