[java-opensaml COMMIT] /trunk/opensaml-xmlsec-api/src/test/java/org/opensaml/xmlsec/crypto/XMLSigningUtilTest.java

noreply at shibboleth.net noreply at shibboleth.net
Sat Apr 5 00:37:31 EDT 2014


Author: putmanb
Date: Sat Apr  5 00:37:31 2014
New Revision: 3769

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3769&view=rev
Log:
One more time.... Extend the OpenSAML init base test case, so that the global AlgorithmRegistry is initialized.

Modified:
    trunk/opensaml-xmlsec-api/src/test/java/org/opensaml/xmlsec/crypto/XMLSigningUtilTest.java

Modified: trunk/opensaml-xmlsec-api/src/test/java/org/opensaml/xmlsec/crypto/XMLSigningUtilTest.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-xmlsec-api/src/test/java/org/opensaml/xmlsec/crypto/XMLSigningUtilTest.java?rev=3769&r1=3768&r2=3769&view=diff
==============================================================================
--- trunk/opensaml-xmlsec-api/src/test/java/org/opensaml/xmlsec/crypto/XMLSigningUtilTest.java (original)
+++ trunk/opensaml-xmlsec-api/src/test/java/org/opensaml/xmlsec/crypto/XMLSigningUtilTest.java Sat Apr  5 00:37:31 2014
@@ -32,6 +32,7 @@
 import javax.crypto.Mac;
 import javax.crypto.SecretKey;
 
+import org.opensaml.core.OpenSAMLInitBaseTestCase;
 import org.opensaml.security.SecurityException;
 import org.opensaml.security.credential.Credential;
 import org.opensaml.security.credential.CredentialSupport;
@@ -42,7 +43,7 @@
 /**
  * Test the SigningUtil operations for generating and verifying simple, raw signatures and MAC's.
  */
-public class XMLSigningUtilTest {
+public class XMLSigningUtilTest extends OpenSAMLInitBaseTestCase {
     
     private SecretKey secretKeyAES128;
     private KeyPair keyPairRSA;



More information about the commits mailing list