You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2013/07/23 16:34:34 UTC

svn commit: r1506066 - /cxf/trunk/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/parts/StaxPartsTest.java

Author: coheigea
Date: Tue Jul 23 14:34:34 2013
New Revision: 1506066

URL: http://svn.apache.org/r1506066
Log:
Marking some failing tests with the appropriate WSS4J JIRA number

Modified:
    cxf/trunk/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/parts/StaxPartsTest.java

Modified: cxf/trunk/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/parts/StaxPartsTest.java
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/parts/StaxPartsTest.java?rev=1506066&r1=1506065&r2=1506066&view=diff
==============================================================================
--- cxf/trunk/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/parts/StaxPartsTest.java (original)
+++ cxf/trunk/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/parts/StaxPartsTest.java Tue Jul 23 14:34:34 2013
@@ -59,6 +59,7 @@ public class StaxPartsTest extends Abstr
         stopAllServers();
     }
     
+    // TODO See WSS-471
     @org.junit.Test
     @org.junit.Ignore
     public void testRequiredParts() throws Exception {
@@ -190,6 +191,7 @@ public class StaxPartsTest extends Abstr
         bus.shutdown(true);
     }
     
+    // TODO See WSS-471
     @org.junit.Test
     @org.junit.Ignore
     public void testEncryptedParts() throws Exception {