Author: dkulp
Date: Sat Jun  2 01:54:27 2012
New Revision: 1345418

URL: http://svn.apache.org/viewvc?rev=1345418&view=rev
Log:
There is a problem if testSuspendAndResumeSourceSequence is run first
Need to get Aki to look at it.  For now, just force them into an order that 
works

Modified:
    
cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ManagedEndpointsTest.java

Modified: 
cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ManagedEndpointsTest.java
URL: 
http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ManagedEndpointsTest.java?rev=1345418&r1=1345417&r2=1345418&view=diff
==============================================================================
--- 
cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ManagedEndpointsTest.java
 (original)
+++ 
cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ManagedEndpointsTest.java
 Sat Jun  2 01:54:27 2012
@@ -104,6 +104,16 @@ public class ManagedEndpointsTest extend
     }
     
     @Test
+    public void runTests() throws Exception {
+        //There is a problem if testSuspendAndResumeSourceSequence is run first
+        //Need to get Aki to look at it.  For now, just force them into 
+        //an order that works
+        testManagedEndpointsOneway();
+        stopBus();
+        testSuspendAndResumeSourceSequence();
+    }
+    
+    //@Test
     public void testManagedEndpointsOneway() throws Exception {
         checkServerReady(30000);
         
@@ -232,7 +242,7 @@ public class ManagedEndpointsTest extend
 
     }
     
-    @Test
+    //@Test
     public void testSuspendAndResumeSourceSequence() throws Exception {
         checkServerReady(30000);
         


Reply via email to