Author: ningjiang
Date: Thu Sep 27 08:37:52 2012
New Revision: 1390890

URL: http://svn.apache.org/viewvc?rev=1390890&view=rev
Log:
Remove the system out of WSRMTest

Modified:
    camel/branches/camel-2.10.x/   (props changed)
    
camel/branches/camel-2.10.x/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/wsrm/WSRMTest.java

Propchange: camel/branches/camel-2.10.x/
------------------------------------------------------------------------------
  Merged /camel/trunk:r1390820

Propchange: camel/branches/camel-2.10.x/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: 
camel/branches/camel-2.10.x/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/wsrm/WSRMTest.java
URL: 
http://svn.apache.org/viewvc/camel/branches/camel-2.10.x/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/wsrm/WSRMTest.java?rev=1390890&r1=1390889&r2=1390890&view=diff
==============================================================================
--- 
camel/branches/camel-2.10.x/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/wsrm/WSRMTest.java
 (original)
+++ 
camel/branches/camel-2.10.x/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/wsrm/WSRMTest.java
 Thu Sep 27 08:37:52 2012
@@ -59,7 +59,6 @@ public class WSRMTest extends AbstractJU
 
         if (getCxfClientConfig() != null) {
             cxfConfig = ClassLoaderUtils.getResource(getCxfClientConfig(), 
this.getClass());
-            System.out.println("cxfConfig" + cxfConfig);
         }
         proxyFactory.setBus(bf.createBus(cxfConfig));
         proxyFactory.getOutInterceptors().add(new MessageLossSimulator());


Reply via email to