[java-identity-provider COMMIT] /trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/nameid/CryptoTransien...

noreply at shibboleth.net noreply at shibboleth.net
Wed Feb 12 06:47:52 EST 2014


Author: rdw
Date: Wed Feb 12 06:47:52 2014
New Revision: 5377

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5377&view=rev
Log:
Derive from the base class to ensure that OpenSAML is initialized.  without this the test will not run on its own.

Modified:
    trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/nameid/CryptoTransientNameIDDecoderTest.java

Modified: trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/nameid/CryptoTransientNameIDDecoderTest.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/nameid/CryptoTransientNameIDDecoderTest.java?rev=5377&r1=5376&r2=5377&view=diff
==============================================================================
--- trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/nameid/CryptoTransientNameIDDecoderTest.java (original)
+++ trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/nameid/CryptoTransientNameIDDecoderTest.java Wed Feb 12 06:47:52 2014
@@ -39,6 +39,7 @@
 import net.shibboleth.utilities.java.support.security.DataSealer;
 import net.shibboleth.utilities.java.support.security.DataSealerException;
 
+import org.opensaml.core.OpenSAMLInitBaseTestCase;
 import org.opensaml.profile.ProfileException;
 import org.opensaml.profile.action.ActionTestingSupport;
 import org.opensaml.profile.context.ProfileRequestContext;
@@ -53,7 +54,7 @@
 /**
  * test for {@link CryptoTransientNameIDDecoder}.
  */
-public class CryptoTransientNameIDDecoderTest {
+public class CryptoTransientNameIDDecoderTest extends OpenSAMLInitBaseTestCase {
 
     private final static long TIMEOUT = 5000;
 



More information about the commits mailing list