diff --git a/docs/manual/OptionalTasks/junit.html b/docs/manual/OptionalTasks/junit.html index b5efdf836..f79e0929d 100644 --- a/docs/manual/OptionalTasks/junit.html +++ b/docs/manual/OptionalTasks/junit.html @@ -9,7 +9,8 @@

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 requires JUnit 3.0 or above.

+This task has been tested with JUnit 3.0 up to JUnit 3.6, it won't +work with versions before JUnit 3.0.

Tests are defined by nested test or batchtest tags, see nested