Author: ffang
Date: Thu Jul 23 10:20:39 2009
New Revision: 797003

URL: http://svn.apache.org/viewvc?rev=797003&view=rev
Log:
[SMXCOMP-600]enable some tests which disable just for my debug

Modified:
    
servicemix/components/bindings/servicemix-cxf-bc/trunk/src/test/java/org/apache/servicemix/cxfbc/CxfBCSESystemTest.java

Modified: 
servicemix/components/bindings/servicemix-cxf-bc/trunk/src/test/java/org/apache/servicemix/cxfbc/CxfBCSESystemTest.java
URL: 
http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-cxf-bc/trunk/src/test/java/org/apache/servicemix/cxfbc/CxfBCSESystemTest.java?rev=797003&r1=797002&r2=797003&view=diff
==============================================================================
--- 
servicemix/components/bindings/servicemix-cxf-bc/trunk/src/test/java/org/apache/servicemix/cxfbc/CxfBCSESystemTest.java
 (original)
+++ 
servicemix/components/bindings/servicemix-cxf-bc/trunk/src/test/java/org/apache/servicemix/cxfbc/CxfBCSESystemTest.java
 Thu Jul 23 10:20:39 2009
@@ -79,7 +79,7 @@
         }
     }
 
-    public void xtestCalculatrorWithJBIWrapper() throws Exception {
+    public void testCalculatrorWithJBIWrapper() throws Exception {
         setUpJBI("org/apache/servicemix/cxfbc/xbean.xml");
         calculatorTestBase();
     }
@@ -90,27 +90,27 @@
     }
 
     
-    public void xtestCalculatrorWithOutJBIWrapper() throws Exception {
+    public void testCalculatrorWithOutJBIWrapper() throws Exception {
         setUpJBI("org/apache/servicemix/cxfbc/xbean_without_jbi_wrapper.xml");
         calculatorTestBase();
     }
     
-    public void xtestCalculatrorWithOutJBIWrapperAndSoapEnv() throws Exception 
{
+    public void testCalculatrorWithOutJBIWrapperAndSoapEnv() throws Exception {
         
setUpJBI("org/apache/servicemix/cxfbc/xbean_without_jbi_wrapper_without_soapenv.xml");
         calculatorTestBase();
     }
     
-    public void xtestMultipleClientWithJBIWrapper() throws Exception {
+    public void testMultipleClientWithJBIWrapper() throws Exception {
         setUpJBI("org/apache/servicemix/cxfbc/xbean.xml");
         multiClientTestBase();
     }
     
-    public void xtestMultipleClientWithoutJBIWrapper() throws Exception {
+    public void testMultipleClientWithoutJBIWrapper() throws Exception {
         setUpJBI("org/apache/servicemix/cxfbc/xbean_without_jbi_wrapper.xml");
         multiClientTestBase();
     }
     
-    public void xtestCalculatrorWithDifferentServiceEndpointNmae() throws 
Exception {
+    public void testCalculatrorWithDifferentServiceEndpointNmae() throws 
Exception {
         
setUpJBI("org/apache/servicemix/cxfbc/xbean_different_service_endpoint_name.xml");
         calculatorTestBase();
     }


Reply via email to