Browse Source

Deactivate EnumeratedAttributeTest_Factory as JUnit test before Gump cries. ... until better solution.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@463690 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 18 years ago
parent
commit
7644e8f54a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.xml

+ 1
- 1
build.xml View File

@@ -1697,7 +1697,7 @@ see ${build.junit.reports} / ${antunit.reports}
if="junit.batch"> if="junit.batch">


<property name="junit.includes" value="**/*Test*" /> <property name="junit.includes" value="**/*Test*" />
<property name="junit.excludes" value="" />
<property name="junit.excludes" value="**/*Test_*" />


<test-junit> <test-junit>
<formatter type="brief" usefile="false"/> <formatter type="brief" usefile="false"/>


Loading…
Cancel
Save