[java-identity-provider COMMIT] in /trunk/idp-saml-api: pom.xml src/test/java/net/shibboleth/idp/saml/profile/ActionT...
noreply at shibboleth.net
noreply at shibboleth.net
Wed Dec 21 15:02:33 GMT 2011
Author: rdw
Date: Wed Dec 21 15:02:33 2011
New Revision: 4096
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4096&view=rev
Log:
Add tests for Saml[12]ActionSupport classes.
Note that the SAML2 test is dependant on fixing OSJ-13
Added:
trunk/idp-saml-api/src/test/java/net/shibboleth/idp/saml/profile/ActionTestSupportAction.java (with props)
trunk/idp-saml-api/src/test/java/net/shibboleth/idp/saml/profile/saml1/Saml1ActionSupportTest.java (with props)
trunk/idp-saml-api/src/test/java/net/shibboleth/idp/saml/profile/saml2/Saml2ActionSupportTest.java (with props)
Modified:
trunk/idp-saml-api/pom.xml
Modified: trunk/idp-saml-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-api/pom.xml?rev=4096&r1=4095&r2=4096&view=diff
==============================================================================
--- trunk/idp-saml-api/pom.xml (original)
+++ trunk/idp-saml-api/pom.xml Wed Dec 21 15:02:33 2011
@@ -38,7 +38,20 @@
<!-- Runtime Dependencies -->
<!-- Test Dependencies -->
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>idp-profile-api</artifactId>
+ <version>${project.version}</version>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>${opensaml.groupId}</groupId>
+ <artifactId>opensaml-saml-impl</artifactId>
+ <version>${opensaml.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>
More information about the commits
mailing list