Removed stale SP unit test from test target.
authorwassa <wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Fri, 12 May 2006 16:29:15 +0000 (16:29 +0000)
committerwassa <wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Fri, 12 May 2006 16:29:15 +0000 (16:29 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1941 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

build.xml

index ab1ee6e..b45e137 100755 (executable)
--- a/build.xml
+++ b/build.xml
        </target>
 
        <!-- Run automated tests on compiled code -->
-       <target name="test-all" depends="test-IdP, test-SP" />
+       <target name="test-all" depends="test-IdP" />
 
        <target name="test-IdP" depends="compile-tests">
                <junit printsummary="no" fork="yes" haltonfailure="yes" haltonerror="yes" dir="${root}">