Fixed CS. This closes #1254

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

Branch: refs/heads/camel-2.18.x
Commit: 13af4f0c9ff3d07b9b47e3f9040d1adf57154e8f
Parents: bb1803c
Author: Claus Ibsen <davscl...@apache.org>
Authored: Mon Nov 7 20:24:34 2016 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Mon Nov 7 20:25:05 2016 +0100

----------------------------------------------------------------------
 .../java/org/apache/camel/component/cxf/DefaultCxfBindingTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/13af4f0c/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/DefaultCxfBindingTest.java
----------------------------------------------------------------------
diff --git 
a/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/DefaultCxfBindingTest.java
 
b/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/DefaultCxfBindingTest.java
index 2ef1fd8..7e7b79f 100644
--- 
a/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/DefaultCxfBindingTest.java
+++ 
b/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/DefaultCxfBindingTest.java
@@ -200,7 +200,7 @@ public class DefaultCxfBindingTest extends Assert {
         cxfBinding.populateCxfRequestFromExchange(cxfExchange, exchange, 
requestContext);
 
         String actualSoapActionHeader = 
(String)requestContext.get(SoapBindingConstants.SOAP_ACTION);
-        assertEquals(expectedSoapActionHeader,actualSoapActionHeader);
+        assertEquals(expectedSoapActionHeader, actualSoapActionHeader);
     }
     
     @Test

Reply via email to