[java-opensaml COMMIT] /trunk/opensaml-xmlsec-impl/src/test/java/org/opensaml/xmlsec/XMLSecurityHelperTest.java

noreply at shibboleth.net noreply at shibboleth.net
Wed Apr 4 21:55:15 BST 2012


Author: putmanb
Date: Wed Apr  4 21:55:15 2012
New Revision: 3026

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3026&view=rev
Log:
Remove erroneous @Test annotation.

Modified:
    trunk/opensaml-xmlsec-impl/src/test/java/org/opensaml/xmlsec/XMLSecurityHelperTest.java

Modified: trunk/opensaml-xmlsec-impl/src/test/java/org/opensaml/xmlsec/XMLSecurityHelperTest.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-xmlsec-impl/src/test/java/org/opensaml/xmlsec/XMLSecurityHelperTest.java?rev=3026&r1=3025&r2=3026&view=diff
==============================================================================
--- trunk/opensaml-xmlsec-impl/src/test/java/org/opensaml/xmlsec/XMLSecurityHelperTest.java (original)
+++ trunk/opensaml-xmlsec-impl/src/test/java/org/opensaml/xmlsec/XMLSecurityHelperTest.java Wed Apr  4 21:55:15 2012
@@ -94,7 +94,6 @@
 
 
     /** Generic key testing. */
-    @Test
     protected PrivateKey testPrivKey(String keyFile, char[] password, String algo) throws Exception {
         InputStream keyInS = XMLSecurityHelperTest.class.getResourceAsStream(keyFile);
 



More information about the commits mailing list