Author: coheigea
Date: Mon Sep 14 10:27:54 2015
New Revision: 1702900

URL: http://svn.apache.org/r1702900
Log:
Re-enabling tests

Modified:
    
webservices/wss4j/branches/2_0_x-fixes/ws-security-dom/src/test/java/org/apache/wss4j/dom/message/SignatureCertTest.java

Modified: 
webservices/wss4j/branches/2_0_x-fixes/ws-security-dom/src/test/java/org/apache/wss4j/dom/message/SignatureCertTest.java
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/branches/2_0_x-fixes/ws-security-dom/src/test/java/org/apache/wss4j/dom/message/SignatureCertTest.java?rev=1702900&r1=1702899&r2=1702900&view=diff
==============================================================================
--- 
webservices/wss4j/branches/2_0_x-fixes/ws-security-dom/src/test/java/org/apache/wss4j/dom/message/SignatureCertTest.java
 (original)
+++ 
webservices/wss4j/branches/2_0_x-fixes/ws-security-dom/src/test/java/org/apache/wss4j/dom/message/SignatureCertTest.java
 Mon Sep 14 10:27:54 2015
@@ -306,9 +306,7 @@ public class SignatureCertTest extends o
         assertTrue (certs != null && certs.length == 2);
     }
     
-    // TODO - Re-enable from Fri 11th
     @org.junit.Test
-    @org.junit.Ignore
     public void testExpiredCert() throws Exception {
         Properties clientProperties = new Properties();
         clientProperties.put("org.apache.wss4j.crypto.provider", 
@@ -347,9 +345,7 @@ public class SignatureCertTest extends o
         }
     }
     
-    // TODO - Re-enable from Fri 11th
     @org.junit.Test
-    @org.junit.Ignore
     public void testExpiredCertInKeystore() throws Exception {
         Properties clientProperties = new Properties();
         clientProperties.put("org.apache.wss4j.crypto.provider", 


Reply via email to