git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@501
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
<!-- Run automated tests on compiled code -->
<target name="test-all" depends="test-origin, test-wayf" />
<target name="test-origin" depends="test-common">
- <junit printsummary="no" fork="yes" haltonfailure="yes" haltonerror="yes">
+ <junit printsummary="no" fork="yes" haltonfailure="yes" haltonerror="yes" dir="${root}">
<classpath refid="build.path" />
<formatter type="plain" />
<test name="edu.internet2.middleware.shibboleth.aa.arp.ArpTests" />