Author: jhm Date: Fri Oct 13 07:31:23 2006 New Revision: 463690 URL: http://svn.apache.org/viewvc?view=rev&rev=463690 Log: Deactivate EnumeratedAttributeTest_Factory as JUnit test before Gump cries. ... until better solution.
Modified: ant/core/trunk/build.xml Modified: ant/core/trunk/build.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/build.xml?view=diff&rev=463690&r1=463689&r2=463690 ============================================================================== --- ant/core/trunk/build.xml (original) +++ ant/core/trunk/build.xml Fri Oct 13 07:31:23 2006 @@ -1697,7 +1697,7 @@ if="junit.batch"> <property name="junit.includes" value="**/*Test*" /> - <property name="junit.excludes" value="" /> + <property name="junit.excludes" value="**/*Test_*" /> <test-junit> <formatter type="brief" usefile="false"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]