Author: jglick
Date: Sat Feb 6 00:37:26 2010
New Revision: 907140
URL: http://svn.apache.org/viewvc?rev=907140&view=rev
Log:
JUnit4TestMethodAdapter needs to compile against JUnit 4.x.
If necessary, could split this into its own selector.
Modified:
ant/core/branches/run-single-test-method/build.xml
Modified: ant/core/branches/run-single-test-method/build.xml
URL:
http://svn.apache.org/viewvc/ant/core/branches/run-single-test-method/build.xml?rev=907140&r1=907139&r2=907140&view=diff
==============================================================================
--- ant/core/branches/run-single-test-method/build.xml (original)
+++ ant/core/branches/run-single-test-method/build.xml Sat Feb 6 00:37:26 2010
@@ -379,7 +379,7 @@
classname="org.apache.xalan.trace.TraceListenerEx3"
classpathref="classpath"/>
<available property="junit.present"
- classname="junit.framework.TestCase"
+ classname="org.junit.Test"
classpathref="classpath"/>
<available property="antunit.present"
classname="org.apache.ant.antunit.AntUnit"