Author: andreasmyth
Date: Wed Mar 14 06:40:03 2007
New Revision: 518136

URL: http://svn.apache.org/viewvc?view=rev&rev=518136
Log:
Re-enabled tests in SequenceTest - using correct cfg file now.

Modified:
    
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/rm/SequenceTest.java

Modified: 
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/rm/SequenceTest.java
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/rm/SequenceTest.java?view=diff&rev=518136&r1=518135&r2=518136
==============================================================================
--- 
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/rm/SequenceTest.java
 (original)
+++ 
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/rm/SequenceTest.java
 Wed Mar 14 06:40:03 2007
@@ -338,7 +338,6 @@
     }
    
     @Test
-    @Ignore
     public void testOnewayAnonymousAcksSuppressed() throws Exception {
         if (!doTestOnewayAnonymousAcksSuppressed) {
             return;
@@ -347,7 +346,6 @@
     }
 
     @Test
-    @Ignore
     public void testOnewayAnonymousAcksSuppressedAsyncExecutor() throws 
Exception {
         if (!doTestOnewayAnonymousAcksSuppressedAsyncExecutor) {
             return;
@@ -357,7 +355,7 @@
 
     private void testOnewayAnonymousAcksSuppressed(Executor executor) throws 
Exception {
 
-        setupGreeter("org/apache/cxf/systest/ws/rm/anonymous-suppressed.xml", 
false, executor);
+        setupGreeter("org/apache/cxf/systest/ws/rm/suppressed.xml", false, 
executor);
  
         greeter.greetMeOneWay("once");
         greeter.greetMeOneWay("twice");


Reply via email to