Author: antoine
Date: Tue Mar 5 10:28:59 2013
New Revision: 1452722
URL: http://svn.apache.org/r1452722
Log:
adding hamcrest to the lib/optional because it is required at runtime for some
tests, also bumping junit dependency in pom file
Added:
ant/core/trunk/lib/optional/hamcrest-core-1.3.jar (with props)
Modified:
ant/core/trunk/WHATSNEW
ant/core/trunk/src/etc/poms/ant-junit4/pom.xml
ant/core/trunk/src/etc/testcases/taskdefs/optional/junit.xml
Modified: ant/core/trunk/WHATSNEW
URL:
http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=1452722&r1=1452721&r2=1452722&view=diff
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Tue Mar 5 10:28:59 2013
@@ -20,6 +20,8 @@ Changes that could break older environme
* Setting the default encoding of StringResource to UTF-8 instead of null
+ * Upgrade JUnit 4 to JUnit 4.11
+
Fixed bugs:
-----------
Added: ant/core/trunk/lib/optional/hamcrest-core-1.3.jar
URL:
http://svn.apache.org/viewvc/ant/core/trunk/lib/optional/hamcrest-core-1.3.jar?rev=1452722&view=auto
==============================================================================
Binary file - no diff available.
Propchange: ant/core/trunk/lib/optional/hamcrest-core-1.3.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: ant/core/trunk/src/etc/poms/ant-junit4/pom.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-junit4/pom.xml?rev=1452722&r1=1452721&r2=1452722&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-junit4/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-junit4/pom.xml Tue Mar 5 10:28:59 2013
@@ -45,7 +45,7 @@ xsi:schemaLocation="http://maven.apache.
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.8.1</version>
+ <version>4.11</version>
<scope>compile</scope>
</dependency>
</dependencies>
Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/junit.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/junit.xml?rev=1452722&r1=1452721&r2=1452722&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/taskdefs/optional/junit.xml (original)
+++ ant/core/trunk/src/etc/testcases/taskdefs/optional/junit.xml Tue Mar 5
10:28:59 2013
@@ -294,6 +294,7 @@
</target>
<target name="testTestMethods" >
+ <property name="tmp.dir" value="out"/>
<echo file="${tmp.dir}/T1.java">public class T1 extends
junit.framework.TestCase {
public void testOK() {}