fix test target dependencies in the build

git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1173989 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nicolas Lalevee 2011-09-22 08:21:13 +00:00
parent 2ca753f185
commit 19d02edc68
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@
</jar>
</target>
<target name="test-internal" depends="build-test, init-tests, prepare-osgi-tests" unless="skip.test">
<target name="test-internal" depends="build-test, init-tests, prepare-osgi-tests, prepare-test-jar-repositories" unless="skip.test">
<mkdir dir="${test.xml.dir}" />
<junit