don't fork AntUnit tests as regexp impls are not seen by <junit>.

git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@463018 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Matthew Jason Benson 2006-10-11 22:41:47 +00:00
parent 9cd4d79bd7
commit bb1b7d0440
1 changed files with 4 additions and 1 deletions

View File

@ -22,5 +22,8 @@ under the License.
<!-- easy way to override properties -->
<property file="build.properties"/>
<!-- don't fork junit; regexp classes not available -->
<property name="junit.fork" value="false" />
<import file="common/build.xml"/>
</project>
</project>