projects
/
java-idp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae000d6
)
Removed stale SP unit test from test target.
author
wassa
<wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Fri, 12 May 2006 16:29:15 +0000
(16:29 +0000)
committer
wassa
<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
patch
|
blob
|
history
diff --git
a/build.xml
b/build.xml
index
ab1ee6e
..
b45e137
100755
(executable)
--- a/
build.xml
+++ b/
build.xml
@@
-169,7
+169,7
@@
</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}">