You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2015/05/27 00:47:51 UTC

svn commit: r1681882 - /webservices/axiom/trunk/systests/spring-ws-tests/src/test/java/org/apache/axiom/systest/springws/SpringWSTest.java

Author: veithen
Date: Tue May 26 22:47:51 2015
New Revision: 1681882

URL: http://svn.apache.org/r1681882
Log:
Flag test case for AXIOM-463.

Modified:
    webservices/axiom/trunk/systests/spring-ws-tests/src/test/java/org/apache/axiom/systest/springws/SpringWSTest.java

Modified: webservices/axiom/trunk/systests/spring-ws-tests/src/test/java/org/apache/axiom/systest/springws/SpringWSTest.java
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/spring-ws-tests/src/test/java/org/apache/axiom/systest/springws/SpringWSTest.java?rev=1681882&r1=1681881&r2=1681882&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/spring-ws-tests/src/test/java/org/apache/axiom/systest/springws/SpringWSTest.java (original)
+++ webservices/axiom/trunk/systests/spring-ws-tests/src/test/java/org/apache/axiom/systest/springws/SpringWSTest.java Tue May 26 22:47:51 2015
@@ -33,8 +33,10 @@ public class SpringWSTest extends TestCa
                 new AxiomMessageFactoryConfigurator(),
                 MessageFactoryConfigurator.SAAJ);
         
-        // TODO: investigate
+        // TODO: AXIOM-463
         builder.exclude(JAXB2Test.class);
+        
+        // TODO: investigate
         builder.exclude(BrokerScenarioTest.class);
         builder.exclude(SecureEchoTest.class);