Browse Source

JUnit 3.8.1 has been released

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273303 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
d9128d1e5c
3 changed files with 2 additions and 2 deletions
  1. +1
    -1
      docs/manual/OptionalTasks/junit.html
  2. +1
    -1
      lib/optional/README
  3. BIN
      lib/optional/junit.jar

+ 1
- 1
docs/manual/OptionalTasks/junit.html View File

@@ -10,7 +10,7 @@
<p>This task runs tests from the JUnit testing framework. The latest <p>This task runs tests from the JUnit testing framework. The latest
version of the framework can be found at version of the framework can be found at
<a href="http://www.junit.org">http://www.junit.org</a>. <a href="http://www.junit.org">http://www.junit.org</a>.
This task has been tested with JUnit 3.0 up to JUnit 3.8; it won't
This task has been tested with JUnit 3.0 up to JUnit 3.8.1; it won't
work with versions prior to JUnit 3.0.</p> work with versions prior to JUnit 3.0.</p>
<p><strong>Note:</strong> This task depends on external libraries not included <p><strong>Note:</strong> This task depends on external libraries not included
in the Ant distribution. See <a href="../install.html#librarydependencies"> in the Ant distribution. See <a href="../install.html#librarydependencies">


+ 1
- 1
lib/optional/README View File

@@ -1,3 +1,3 @@
The file junit.jar is version 3.8 of JUnit, see the file LICENSE.junit
The file junit.jar is version 3.8.1 of JUnit, see the file LICENSE.junit
for the terms of distribution. For more information about JUnit or for the terms of distribution. For more information about JUnit or
the latest release, see <http://www.junit.org/>. the latest release, see <http://www.junit.org/>.

BIN
lib/optional/junit.jar View File


Loading…
Cancel
Save