diff options
| author | Stefan Bodewig <bodewig@apache.org> | 2001-01-29 15:45:38 +0000 |
|---|---|---|
| committer | Stefan Bodewig <bodewig@apache.org> | 2001-01-29 15:45:38 +0000 |
| commit | 35398cb855919c921ec68bb03a38e6166aa56e17 (patch) | |
| tree | 71b4091411483a6d26f2d557105853ff09540eda /docs/junit.html | |
| parent | ca29d03b4e5cb238cb54b285f6943973066b7d90 (diff) | |
| download | ant-ANT_12_FIXES.tar.gz | |
Fixed online docs for <javadoc> and <junit>.ANT_12_FIXES
git-svn-id: https://svn.apache.org/repos/asf/ant/core/branches/ANT_12_FIXES@268533 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/junit.html')
| -rw-r--r-- | docs/junit.html | 3 |
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 |
