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 2014/10/09 10:15:52 UTC

[4/7] git commit: CAMEL-7894 Enabled the failed tests of camel-netty4-http

CAMEL-7894 Enabled the failed tests of camel-netty4-http


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

Branch: refs/heads/camel-2.14.x
Commit: 48fa5e3409f244af44229ce96f44e1e9cd97b77a
Parents: e2cd838
Author: Willem Jiang <wi...@gmail.com>
Authored: Thu Oct 9 15:40:48 2014 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Thu Oct 9 16:14:42 2014 +0800

----------------------------------------------------------------------
 .../netty4/http/NettyHttpBasicAuthConstraintMapperTest.java        | 2 --
 .../http/NettyHttpBasicAuthCustomSecurityAuthenticatorTest.java    | 2 --
 .../netty4/http/NettyHttpSimpleBasicAuthConstraintMapperTest.java  | 2 --
 3 files changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/48fa5e34/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBasicAuthConstraintMapperTest.java
----------------------------------------------------------------------
diff --git a/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBasicAuthConstraintMapperTest.java b/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBasicAuthConstraintMapperTest.java
index b2dc7f7..3468b91 100644
--- a/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBasicAuthConstraintMapperTest.java
+++ b/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBasicAuthConstraintMapperTest.java
@@ -19,10 +19,8 @@ package org.apache.camel.component.netty4.http;
 import org.apache.camel.CamelExecutionException;
 import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.impl.JndiRegistry;
-import org.junit.Ignore;
 import org.junit.Test;
 
-@Ignore("TODO fix it")
 public class NettyHttpBasicAuthConstraintMapperTest extends BaseNettyTest {
 
     @Override

http://git-wip-us.apache.org/repos/asf/camel/blob/48fa5e34/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBasicAuthCustomSecurityAuthenticatorTest.java
----------------------------------------------------------------------
diff --git a/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBasicAuthCustomSecurityAuthenticatorTest.java b/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBasicAuthCustomSecurityAuthenticatorTest.java
index 7954212..4375a51 100644
--- a/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBasicAuthCustomSecurityAuthenticatorTest.java
+++ b/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBasicAuthCustomSecurityAuthenticatorTest.java
@@ -22,10 +22,8 @@ import javax.security.auth.login.LoginException;
 import org.apache.camel.CamelExecutionException;
 import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.impl.JndiRegistry;
-import org.junit.Ignore;
 import org.junit.Test;
 
-@Ignore("TODO fix it")
 public class NettyHttpBasicAuthCustomSecurityAuthenticatorTest extends BaseNettyTest {
 
     @Override

http://git-wip-us.apache.org/repos/asf/camel/blob/48fa5e34/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpSimpleBasicAuthConstraintMapperTest.java
----------------------------------------------------------------------
diff --git a/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpSimpleBasicAuthConstraintMapperTest.java b/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpSimpleBasicAuthConstraintMapperTest.java
index 2522682..64fea57 100644
--- a/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpSimpleBasicAuthConstraintMapperTest.java
+++ b/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpSimpleBasicAuthConstraintMapperTest.java
@@ -19,10 +19,8 @@ package org.apache.camel.component.netty4.http;
 import org.apache.camel.CamelExecutionException;
 import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.impl.JndiRegistry;
-import org.junit.Ignore;
 import org.junit.Test;
 
-@Ignore("TODO fix it")
 public class NettyHttpSimpleBasicAuthConstraintMapperTest extends BaseNettyTest {
 
     @Override