summaryrefslogtreecommitdiff
path: root/docs/junit.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/junit.html')
-rw-r--r--docs/junit.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/junit.html b/docs/junit.html
index 7445c9384..cba5c571f 100644
--- a/docs/junit.html
+++ b/docs/junit.html
@@ -9,7 +9,8 @@
<p>This task runs tests from the JUnit testing framework. The latest
version of the framework can be found at
<a href="http://www.junit.org">http://www.junit.org</a>.
-This task requires JUnit 3.0 or above.</p>
+This task requires JUnit 3.0 up to 3.4 - <b>the version shipping with Ant
+1.2 is not compatible with JUnit 3.5</b>.</p>
<p>Tests are defined by nested <code>test</code> or
<code>batchtest</code> tags, see <a href="#nested">nested