[java-identity-provider COMMIT] /tags/3.1.2/idp-saml-api/src/test/java/net/shibboleth/idp/saml/session/SAML2SPSession...
noreply at shibboleth.net
noreply at shibboleth.net
Wed Jul 1 00:09:12 EDT 2015
Author: tzeller
Date: Wed Jul 1 00:09:12 2015
New Revision: 7616
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7616&view=rev
Log:
Fix test via merge of r7444.
Modified:
tags/3.1.2/idp-saml-api/src/test/java/net/shibboleth/idp/saml/session/SAML2SPSessionTest.java
Modified: tags/3.1.2/idp-saml-api/src/test/java/net/shibboleth/idp/saml/session/SAML2SPSessionTest.java
URL: http://svn.shibboleth.net/view/java-identity-provider/tags/3.1.2/idp-saml-api/src/test/java/net/shibboleth/idp/saml/session/SAML2SPSessionTest.java?rev=7616&r1=7615&r2=7616&view=diff
==============================================================================
--- tags/3.1.2/idp-saml-api/src/test/java/net/shibboleth/idp/saml/session/SAML2SPSessionTest.java (original)
+++ tags/3.1.2/idp-saml-api/src/test/java/net/shibboleth/idp/saml/session/SAML2SPSessionTest.java Wed Jul 1 00:09:12 2015
@@ -19,13 +19,14 @@
import net.shibboleth.utilities.java.support.logic.ConstraintViolationException;
+import org.opensaml.core.OpenSAMLInitBaseTestCase;
import org.opensaml.core.xml.util.XMLObjectSupport;
import org.opensaml.saml.saml2.core.NameID;
import org.testng.Assert;
import org.testng.annotations.Test;
/** {@link SAML2SPSession} unit test. */
-public class SAML2SPSessionTest {
+public class SAML2SPSessionTest extends OpenSAMLInitBaseTestCase {
/** Tests that everything is properly initialized during object construction. */
@Test public void testInstantiation() throws Exception {
More information about the commits
mailing list