You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2011/06/22 04:38:22 UTC

svn commit: r1138283 - /camel/trunk/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfConsumerTest.java

Author: ningjiang
Date: Wed Jun 22 02:38:21 2011
New Revision: 1138283

URL: http://svn.apache.org/viewvc?rev=1138283&view=rev
Log:
Fixed a typo of CxfConsumerTest

Modified:
    camel/trunk/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfConsumerTest.java

Modified: camel/trunk/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfConsumerTest.java
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfConsumerTest.java?rev=1138283&r1=1138282&r2=1138283&view=diff
==============================================================================
--- camel/trunk/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfConsumerTest.java (original)
+++ camel/trunk/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfConsumerTest.java Wed Jun 22 02:38:21 2011
@@ -63,7 +63,7 @@ public class CxfConsumerTest extends Cam
                         assertNotNull("Should get the cxfMessage instance from message header", cxfMessage);
                         ServletRequest request = (ServletRequest)cxfMessage.get("HTTP.REQUEST");
                         assertNotNull("Should get the ServletRequest", request);
-                        assertNotNull("Should get the RemoteAddress" + request.getRemoteAddr());
+                        assertNotNull("Should get the RemoteAddress", request.getRemoteAddr());
                         // Get the parameter list
                         List<?> parameter = in.getBody(List.class);
                         // Get the operation name