You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2014/04/05 09:33:42 UTC

[5/7] git commit: Polished

Polished


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

Branch: refs/heads/master
Commit: 1fce4a3aea55fb5deeaf4c59cba837664bcd368c
Parents: 56d1139
Author: Claus Ibsen <da...@apache.org>
Authored: Sat Apr 5 09:36:32 2014 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Sat Apr 5 09:36:32 2014 +0200

----------------------------------------------------------------------
 .../apache/camel/component/ahc/ws/WsProducerConsumerTest.java    | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/1fce4a3a/components/camel-ahc-ws/src/test/java/org/apache/camel/component/ahc/ws/WsProducerConsumerTest.java
----------------------------------------------------------------------
diff --git a/components/camel-ahc-ws/src/test/java/org/apache/camel/component/ahc/ws/WsProducerConsumerTest.java b/components/camel-ahc-ws/src/test/java/org/apache/camel/component/ahc/ws/WsProducerConsumerTest.java
index efefa1f..cc60a15 100644
--- a/components/camel-ahc-ws/src/test/java/org/apache/camel/component/ahc/ws/WsProducerConsumerTest.java
+++ b/components/camel-ahc-ws/src/test/java/org/apache/camel/component/ahc/ws/WsProducerConsumerTest.java
@@ -44,9 +44,7 @@ public class WsProducerConsumerTest extends CamelTestSupport {
         context.addServlet(servletHolder, "/*");
         
         server.start();
-        System.out.println("started");
-        assertTrue(server.isStarted());
-        
+        assertTrue(server.isStarted());      
     }
     
     public void stopTestServer() throws Exception {