You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/10/13 16:21:54 UTC

svn commit: r704130 - /servicemix/components/bindings/servicemix-cxf-bc/trunk/src/test/java/org/apache/servicemix/cxfbc/provider/CxfBCSEProviderSystemTest.java

Author: gnodet
Date: Mon Oct 13 07:21:53 2008
New Revision: 704130

URL: http://svn.apache.org/viewvc?rev=704130&view=rev
Log:
Go back to cxf 2.1.2

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

Modified: servicemix/components/bindings/servicemix-cxf-bc/trunk/src/test/java/org/apache/servicemix/cxfbc/provider/CxfBCSEProviderSystemTest.java
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-cxf-bc/trunk/src/test/java/org/apache/servicemix/cxfbc/provider/CxfBCSEProviderSystemTest.java?rev=704130&r1=704129&r2=704130&view=diff
==============================================================================
--- servicemix/components/bindings/servicemix-cxf-bc/trunk/src/test/java/org/apache/servicemix/cxfbc/provider/CxfBCSEProviderSystemTest.java (original)
+++ servicemix/components/bindings/servicemix-cxf-bc/trunk/src/test/java/org/apache/servicemix/cxfbc/provider/CxfBCSEProviderSystemTest.java Mon Oct 13 07:21:53 2008
@@ -168,12 +168,12 @@
         greetMeProviderJmsTestBase(false, "Edell");
     }
 
-    public void testGreetMeProviderWithJmSTransportSyncTimeOut() throws Exception {
+    public void xtestGreetMeProviderWithJmSTransportSyncTimeOut() throws Exception {
         setUpJBI("org/apache/servicemix/cxfbc/provider/xbean_provider_without_jbi_wrapper.xml");
         greetMeProviderJmsTestBase(true, "ffang");
     }
 
-    public void testGreetMeProviderWithJmSTransportAsyncTimeOut() throws Exception {
+    public void xtestGreetMeProviderWithJmSTransportAsyncTimeOut() throws Exception {
         setUpJBI("org/apache/servicemix/cxfbc/provider/xbean_provider_without_jbi_wrapper.xml");
         greetMeProviderJmsTestBase(false, "ffang");
     }