You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2006/06/19 14:45:55 UTC

svn commit: r415315 - /jakarta/commons/proper/lang/trunk/build.xml

Author: bayard
Date: Mon Jun 19 05:45:54 2006
New Revision: 415315

URL: http://svn.apache.org/viewvc?rev=415315&view=rev
Log:
Pretty sure Util tests were gone a long long time ago

Modified:
    jakarta/commons/proper/lang/trunk/build.xml

Modified: jakarta/commons/proper/lang/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk/build.xml?rev=415315&r1=415314&r2=415315&view=diff
==============================================================================
--- jakarta/commons/proper/lang/trunk/build.xml (original)
+++ jakarta/commons/proper/lang/trunk/build.xml Mon Jun 19 05:45:54 2006
@@ -171,7 +171,4 @@
 	<target name="test.time" depends="compile.tests">
 		<runTestCase classname="org.apache.commons.lang.time.TimeTestSuite"/>
 	</target>
-	<target name="test.util" depends="compile.tests">
-		<runTestCase classname="org.apache.commons.lang.util.UtilTestSuite"/>
-	</target>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org