Browse Source

Now that it is not necessary to put junit.jar into $CLASSPATH to run tests, need to make sure -Dtestcase=... works too.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@944382 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 15 years ago
parent
commit
4519c37a7e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.xml

+ 1
- 1
build.xml View File

@@ -1586,7 +1586,7 @@ see ${build.junit.reports} / ${antunit.reports}
</condition>

<condition property="junit.testcase" value="${testcase}">
<available classname="${testcase}" classpathref="tests-runtime-classpath" />
<available classname="${testcase}" classpathref="tests-runtime-classpath" ignoresystemclasses="true"/>
</condition>

<fail>Cannot locate test ${testcase}


Loading…
Cancel
Save