You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by on...@apache.org on 2017/07/22 16:23:33 UTC

[2/2] camel git commit: CAMEL-1151-polish

CAMEL-1151-polish


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

Branch: refs/heads/master
Commit: e6d75356d8ea99ec286e6be0322721a8c3612256
Parents: 617cfbb 383bad0
Author: onders86 <on...@gmail.com>
Authored: Sat Jul 22 19:18:56 2017 +0300
Committer: onders86 <on...@gmail.com>
Committed: Sat Jul 22 19:18:56 2017 +0300

----------------------------------------------------------------------
 components/camel-http-common/pom.xml                    |  1 +
 .../camel/http/common/cookie/CookieHandlerTest.java     |  3 +--
 .../components-starter/camel-servlet-starter/pom.xml    | 12 ++++++++++++
 3 files changed, 14 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/e6d75356/components/camel-http-common/src/test/java/org/apache/camel/http/common/cookie/CookieHandlerTest.java
----------------------------------------------------------------------
diff --cc components/camel-http-common/src/test/java/org/apache/camel/http/common/cookie/CookieHandlerTest.java
index 5e38584,1ee9d61..2b11f93
--- a/components/camel-http-common/src/test/java/org/apache/camel/http/common/cookie/CookieHandlerTest.java
+++ b/components/camel-http-common/src/test/java/org/apache/camel/http/common/cookie/CookieHandlerTest.java
@@@ -39,8 -39,9 +39,7 @@@ public class CookieHandlerTest extends 
      private CookieHandler cookieHandler;
      private CookiePolicy cookiePolicy;
      private int expectedNumberOfCookieValues;
 -
 +    private String uriStr;
- 
      private Exchange exchange;
  
      public CookieHandlerTest(CookieHandler cookieHandler, CookiePolicy cookiePolicy, String uri, int expectedNumberOfCookieValues, String description) {