Author: jglick
Date: Mon Aug 14 16:24:03 2006
New Revision: 431469

URL: http://svn.apache.org/viewvc?rev=431469&view=rev
Log:
JUnit 3.8.2 bugfix update.

Added:
    ant/core/trunk/lib/optional/junit-3.8.2.jar   (with props)
Removed:
    ant/core/trunk/lib/optional/junit-3.8.1.jar
Modified:
    ant/core/trunk/docs/manual/OptionalTasks/junit.html
    ant/core/trunk/docs/manual/tutorial-HelloWorldWithAnt.html
    ant/core/trunk/lib/libraries.properties
    ant/core/trunk/lib/optional/README
    
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.java

Modified: ant/core/trunk/docs/manual/OptionalTasks/junit.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/OptionalTasks/junit.html?rev=431469&r1=431468&r2=431469&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/OptionalTasks/junit.html (original)
+++ ant/core/trunk/docs/manual/OptionalTasks/junit.html Mon Aug 14 16:24:03 2006
@@ -11,7 +11,7 @@
 <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 has been tested with JUnit 3.0 up to JUnit 3.8.1; it won't
+This task has been tested with JUnit 3.0 up to JUnit 3.8.2; it won't
 work with versions prior to JUnit 3.0. It also works with JUnit 4.0, including
 "pure" JUnit 4 tests using only annotations and no 
<code>JUnit4TestAdapter</code>.</p>
 <p><strong>Note:</strong> This task depends on external libraries not included

Modified: ant/core/trunk/docs/manual/tutorial-HelloWorldWithAnt.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/tutorial-HelloWorldWithAnt.html?rev=431469&r1=431468&r2=431469&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/tutorial-HelloWorldWithAnt.html (original)
+++ ant/core/trunk/docs/manual/tutorial-HelloWorldWithAnt.html Mon Aug 14 
16:24:03 2006
@@ -383,7 +383,7 @@
 <a name="junit">
 <h2>Testing the class</h2>
 <p>In this step we will introduce the usage of the JUnit [3] testframework in 
combination with Ant. Because Ant
-has a build-in JUnit 3.8.1 you could start directly using it. Write a test 
class in <tt>src\HelloWorldTest.java</tt>: </p>
+has a built-in JUnit 3.8.2 you could start directly using it. Write a test 
class in <tt>src\HelloWorldTest.java</tt>: </p>
 
 <pre class="code">
 public class HelloWorldTest extends junit.framework.TestCase {
@@ -506,4 +506,4 @@
 <p align="center">Copyright &copy; 2005-2006 The Apache Software Foundation. 
All rights Reserved.</p>
 
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: ant/core/trunk/lib/libraries.properties
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/lib/libraries.properties?rev=431469&r1=431468&r2=431469&view=diff
==============================================================================
--- ant/core/trunk/lib/libraries.properties (original)
+++ ant/core/trunk/lib/libraries.properties Mon Aug 14 16:24:03 2006
@@ -24,7 +24,7 @@
 commons-logging-api.version=${commons-logging.version}
 jdepend.version=2.7
 jruby.version=0.8.3
-junit.version=3.8.1
+junit.version=3.8.2
 jsch.version=0.1.25
 jython.version=2.1
 log4j.version=1.2.13

Modified: ant/core/trunk/lib/optional/README
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/lib/optional/README?rev=431469&r1=431468&r2=431469&view=diff
==============================================================================
--- ant/core/trunk/lib/optional/README (original)
+++ ant/core/trunk/lib/optional/README Mon Aug 14 16:24:03 2006
@@ -1,3 +1,3 @@
-The file junit-3.8.1.jar is version 3.8.1 of JUnit, see the file LICENSE.junit
+The file junit-3.8.2.jar is version 3.8.2 of JUnit, see the file LICENSE.junit
 for the terms of distribution.  For more information about JUnit or
 the latest release, see <http://www.junit.org/>.

Added: ant/core/trunk/lib/optional/junit-3.8.2.jar
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/lib/optional/junit-3.8.2.jar?rev=431469&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/core/trunk/lib/optional/junit-3.8.2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: 
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.java
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.java?rev=431469&r1=431468&r2=431469&view=diff
==============================================================================
--- 
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.java
 (original)
+++ 
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.java
 Mon Aug 14 16:24:03 2006
@@ -303,7 +303,7 @@
                     // Check for JDK 5 first. Will *not* help on JDK 1.4
                     // if only junit-4.0.jar in CP because in that case
                     // linkage of whole task will already have failed! But
-                    // will help if CP has junit-3.8.1.jar:junit-4.0.jar.
+                    // will help if CP has junit-3.8.2.jar:junit-4.0.jar.
 
                     // In that case first C.fN will fail with CNFE and we
                     // will avoid UnsupportedClassVersionError.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to