From e7168dce2859a5561f3e0fd9c42b47e265db36b3 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 10 Apr 2001 13:58:19 +0000 Subject: [PATCH] Tested with new JUnit 3.6. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268935 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/OptionalTasks/junit.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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