Author: ningjiang
Date: Fri Jun 15 00:56:14 2007
New Revision: 547572

URL: http://svn.apache.org/viewvc?view=rev&rev=547572
Log:
cleaned up the SoapBindingSelectionTest and also added notes to PolicyTest

Modified:
    
incubator/cxf/trunk/rt/frontend/simple/src/test/java/org/apache/cxf/frontend/soap/SoapBindingSelectionTest.java
    
incubator/cxf/trunk/rt/ws/policy/src/test/java/org/apache/cxf/ws/policy/PolicyTest.java

Modified: 
incubator/cxf/trunk/rt/frontend/simple/src/test/java/org/apache/cxf/frontend/soap/SoapBindingSelectionTest.java
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/frontend/simple/src/test/java/org/apache/cxf/frontend/soap/SoapBindingSelectionTest.java?view=diff&rev=547572&r1=547571&r2=547572
==============================================================================
--- 
incubator/cxf/trunk/rt/frontend/simple/src/test/java/org/apache/cxf/frontend/soap/SoapBindingSelectionTest.java
 (original)
+++ 
incubator/cxf/trunk/rt/frontend/simple/src/test/java/org/apache/cxf/frontend/soap/SoapBindingSelectionTest.java
 Fri Jun 15 00:56:14 2007
@@ -33,7 +33,6 @@
 import org.apache.cxf.transport.MessageObserver;
 import org.apache.cxf.transport.MultipleEndpointObserver;
 import org.apache.cxf.transport.local.LocalTransportFactory;
-import org.junit.Ignore;
 import org.junit.Test;
 
 public class SoapBindingSelectionTest extends AbstractSimpleFrontendTest {
@@ -41,8 +40,7 @@
     boolean service1Invoked;
     boolean service2Invoked;
     
-    @Test
-    @Ignore
+    @Test    
     public void testMultipleSoapBindings() throws Exception {
         ServerFactoryBean svrBean1 = new ServerFactoryBean();
         svrBean1.setAddress("http://localhost/Hello";);

Modified: 
incubator/cxf/trunk/rt/ws/policy/src/test/java/org/apache/cxf/ws/policy/PolicyTest.java
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/ws/policy/src/test/java/org/apache/cxf/ws/policy/PolicyTest.java?view=diff&rev=547572&r1=547571&r2=547572
==============================================================================
--- 
incubator/cxf/trunk/rt/ws/policy/src/test/java/org/apache/cxf/ws/policy/PolicyTest.java
 (original)
+++ 
incubator/cxf/trunk/rt/ws/policy/src/test/java/org/apache/cxf/ws/policy/PolicyTest.java
 Fri Jun 15 00:56:14 2007
@@ -58,7 +58,7 @@
     }
     
     @Test
-    @Ignore
+    @Ignore ("need to change the print to assert check point")
     public void testMergeIdentical() {
         Policy p1 = new Policy();
         Assertion a1 = new TestAssertion(new QName("http://x.y.z";, "a"));
@@ -93,7 +93,7 @@
     }
     
     @Test
-    @Ignore
+    @Ignore ("need to change the print to assert check point")
     public void testNormalisePrimitives() {
         Policy p;
         /*
@@ -110,7 +110,7 @@
     }  
     
     @Test
-    @Ignore
+    @Ignore ("need to change the print to assert check point")
     public void testMergePolciesWithAlternatives() {
         String uri1 = "http://x.y.z";;
         Policy p1 = new Policy();


Reply via email to