You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ay...@apache.org on 2015/08/05 16:53:10 UTC

camel git commit: CAMEL-8663: activating the disabled tests as we have a new cxf

Repository: camel
Updated Branches:
  refs/heads/master 7eef37262 -> 51c55dea2


CAMEL-8663: activating the disabled tests as we have a new cxf


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/51c55dea
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/51c55dea
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/51c55dea

Branch: refs/heads/master
Commit: 51c55dea27d97894d13f5f98773b23530224e7e4
Parents: 7eef372
Author: Akitoshi Yoshida <ay...@apache.org>
Authored: Wed Aug 5 16:52:12 2015 +0200
Committer: Akitoshi Yoshida <ay...@apache.org>
Committed: Wed Aug 5 16:52:19 2015 +0200

----------------------------------------------------------------------
 .../component/cxf/CxfPayloadConsumerNamespaceOnEnvelopeTest.java | 4 ++--
 .../component/cxf/CxfPayloadProducerNamespaceOnEnvelopeTest.java | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/51c55dea/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfPayloadConsumerNamespaceOnEnvelopeTest.java
----------------------------------------------------------------------
diff --git a/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfPayloadConsumerNamespaceOnEnvelopeTest.java b/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfPayloadConsumerNamespaceOnEnvelopeTest.java
index 9f9ed95..65e2cf0 100644
--- a/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfPayloadConsumerNamespaceOnEnvelopeTest.java
+++ b/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfPayloadConsumerNamespaceOnEnvelopeTest.java
@@ -26,6 +26,7 @@ import org.apache.camel.test.junit4.CamelTestSupport;
 import org.apache.camel.util.IOHelper;
 import org.junit.After;
 import org.junit.Before;
+import org.junit.Test;
 import org.springframework.context.support.AbstractXmlApplicationContext;
 import org.springframework.context.support.ClassPathXmlApplicationContext;
 
@@ -93,8 +94,7 @@ public class CxfPayloadConsumerNamespaceOnEnvelopeTest extends CamelTestSupport
         };
     }
 
-// need cxf-3.0.6
-//    @Test
+    @Test
     public void testInvokeRouter() {
         Object returnValue = template.requestBody("direct:router", REQUEST_MESSAGE);
         assertNotNull(returnValue);

http://git-wip-us.apache.org/repos/asf/camel/blob/51c55dea/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfPayloadProducerNamespaceOnEnvelopeTest.java
----------------------------------------------------------------------
diff --git a/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfPayloadProducerNamespaceOnEnvelopeTest.java b/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfPayloadProducerNamespaceOnEnvelopeTest.java
index 2d514a1..0dedbf8 100644
--- a/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfPayloadProducerNamespaceOnEnvelopeTest.java
+++ b/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfPayloadProducerNamespaceOnEnvelopeTest.java
@@ -26,6 +26,7 @@ import org.apache.camel.test.junit4.CamelTestSupport;
 import org.apache.camel.util.IOHelper;
 import org.junit.After;
 import org.junit.Before;
+import org.junit.Test;
 import org.springframework.context.support.AbstractXmlApplicationContext;
 import org.springframework.context.support.ClassPathXmlApplicationContext;
 
@@ -94,8 +95,7 @@ public class CxfPayloadProducerNamespaceOnEnvelopeTest extends CamelTestSupport
         };
     }
 
-// need cxf-3.0.6
-//    @Test
+    @Test
     public void testInvokeRouter() {
         Object returnValue = template.requestBody("direct:router", REQUEST_PAYLOAD);
         assertNotNull(returnValue);