You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2013/09/25 14:08:11 UTC

git commit: Re-enabled test.

Updated Branches:
  refs/heads/master 0035248cc -> f4318d07e


Re-enabled test.

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

Branch: refs/heads/master
Commit: f4318d07ec11b33feb4815083dc354ead316bda8
Parents: 0035248
Author: Babak Vahdat <bv...@apache.org>
Authored: Wed Sep 25 14:08:00 2013 +0200
Committer: Babak Vahdat <bv...@apache.org>
Committed: Wed Sep 25 14:08:00 2013 +0200

----------------------------------------------------------------------
 .../component/spring/ws/SSLContextParametersLocalRouteTest.java   | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/f4318d07/components/camel-spring-ws/src/test/java/org/apache/camel/component/spring/ws/SSLContextParametersLocalRouteTest.java
----------------------------------------------------------------------
diff --git a/components/camel-spring-ws/src/test/java/org/apache/camel/component/spring/ws/SSLContextParametersLocalRouteTest.java b/components/camel-spring-ws/src/test/java/org/apache/camel/component/spring/ws/SSLContextParametersLocalRouteTest.java
index b7e015c..922a06d 100644
--- a/components/camel-spring-ws/src/test/java/org/apache/camel/component/spring/ws/SSLContextParametersLocalRouteTest.java
+++ b/components/camel-spring-ws/src/test/java/org/apache/camel/component/spring/ws/SSLContextParametersLocalRouteTest.java
@@ -24,15 +24,12 @@ import org.apache.camel.Produce;
 import org.apache.camel.ProducerTemplate;
 import org.apache.camel.StringSource;
 import org.apache.camel.component.mock.MockEndpoint;
-import org.junit.Ignore;
 import org.junit.Test;
 import org.springframework.test.context.ContextConfiguration;
 import org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests;
 import static org.junit.Assert.assertNotNull;
 import static org.junit.Assert.assertTrue;
 
-// TODO: enable after upgrading to Spring-WS 2.0.5
-@Ignore("Under JDK 7 requires minimum Spring-WS 2.0.5 to pass. Should be enabled again as soon as the upgrade to Spring-WS 2.0.5 has been done!")
 @ContextConfiguration
 public class SSLContextParametersLocalRouteTest extends AbstractJUnit4SpringContextTests {