Repository: camel
Updated Branches:
  refs/heads/camel-2.16.x 0e2bf50e5 -> 13c0c3bd1
  refs/heads/master 61d6d0f6a -> 57c79a900


Polished


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

Branch: refs/heads/master
Commit: 9a3cd3ec052241bade0e5f0ede9ecd0a1f87f800
Parents: 61d6d0f
Author: Claus Ibsen <davscl...@apache.org>
Authored: Tue Jan 5 18:47:39 2016 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Tue Jan 5 18:49:19 2016 +0100

----------------------------------------------------------------------
 .../component/netty/http/NettyHttpBridgeEncodedPathTest.java   | 6 +++---
 .../component/netty4/http/NettyHttpBridgeEncodedPathTest.java  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/9a3cd3ec/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/NettyHttpBridgeEncodedPathTest.java
----------------------------------------------------------------------
diff --git 
a/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/NettyHttpBridgeEncodedPathTest.java
 
b/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/NettyHttpBridgeEncodedPathTest.java
index 71c0580..25a3bff 100644
--- 
a/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/NettyHttpBridgeEncodedPathTest.java
+++ 
b/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/NettyHttpBridgeEncodedPathTest.java
@@ -52,11 +52,11 @@ public class NettyHttpBridgeEncodedPathTest extends 
BaseNettyTest {
                         
exchange.getOut().setBody(exchange.getIn().getHeader(Exchange.HTTP_QUERY));
                     }
                 };
-                from("netty-http://http://localhost:"; + port2 + 
"/nettyTestRouteA?matchOnUriPrefix=true")
+                from("netty-http:http://localhost:"; + port2 + 
"/nettyTestRouteA?matchOnUriPrefix=true")
                         .log("Using NettyTestRouteA route: 
CamelHttpPath=[${header.CamelHttpPath}], CamelHttpUri=[${header.CamelHttpUri}]")
-                        .to("netty-http://http://localhost:"; + port1 + 
"/nettyTestRouteB?throwExceptionOnFailure=false&bridgeEndpoint=true");
+                        .to("netty-http:http://localhost:"; + port1 + 
"/nettyTestRouteB?throwExceptionOnFailure=false&bridgeEndpoint=true");
 
-                from("netty-http://http://localhost:"; + port1 + 
"/nettyTestRouteB?matchOnUriPrefix=true")
+                from("netty-http:http://localhost:"; + port1 + 
"/nettyTestRouteB?matchOnUriPrefix=true")
                         .log("Using NettyTestRouteB route: 
CamelHttpPath=[${header.CamelHttpPath}], CamelHttpUri=[${header.CamelHttpUri}]")
                         .process(serviceProc);
             }

http://git-wip-us.apache.org/repos/asf/camel/blob/9a3cd3ec/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBridgeEncodedPathTest.java
----------------------------------------------------------------------
diff --git 
a/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBridgeEncodedPathTest.java
 
b/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBridgeEncodedPathTest.java
index 59c82f6..a2c9b3c 100644
--- 
a/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBridgeEncodedPathTest.java
+++ 
b/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBridgeEncodedPathTest.java
@@ -52,11 +52,11 @@ public class NettyHttpBridgeEncodedPathTest extends 
BaseNettyTest {
                         
exchange.getOut().setBody(exchange.getIn().getHeader(Exchange.HTTP_QUERY));
                     }
                 };
-                from("netty4-http://http://localhost:"; + port2 + 
"/nettyTestRouteA?matchOnUriPrefix=true")
+                from("netty4-http:http://localhost:"; + port2 + 
"/nettyTestRouteA?matchOnUriPrefix=true")
                         .log("Using NettyTestRouteA route: 
CamelHttpPath=[${header.CamelHttpPath}], CamelHttpUri=[${header.CamelHttpUri}]")
-                        .to("netty4-http://http://localhost:"; + port1 + 
"/nettyTestRouteB?throwExceptionOnFailure=false&bridgeEndpoint=true");
+                        .to("netty4-http:http://localhost:"; + port1 + 
"/nettyTestRouteB?throwExceptionOnFailure=false&bridgeEndpoint=true");
 
-                from("netty4-http://http://localhost:"; + port1 + 
"/nettyTestRouteB?matchOnUriPrefix=true")
+                from("netty4-http:http://localhost:"; + port1 + 
"/nettyTestRouteB?matchOnUriPrefix=true")
                         .log("Using NettyTestRouteB route: 
CamelHttpPath=[${header.CamelHttpPath}], CamelHttpUri=[${header.CamelHttpUri}]")
                         .process(serviceProc);
             }

Reply via email to