bodewig 01/04/10 06:58:22
Modified: docs/manual/OptionalTasks junit.html Log: Tested <junit> with new JUnit 3.6. Revision Changes Path 1.3 +2 -1 jakarta-ant/docs/manual/OptionalTasks/junit.html Index: junit.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/junit.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- junit.html 2001/02/13 12:31:56 1.2 +++ junit.html 2001/04/10 13:58:19 1.3 @@ -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 has been tested with JUnit 3.0 up to JUnit 3.6, it won't +work with versions before JUnit 3.0.</p> <p>Tests are defined by nested <code>test</code> or <code>batchtest</code> tags, see <a href="#nested">nested
