Author: bvahdat
Date: Mon Jun 25 14:33:54 2012
New Revision: 1353576
URL: http://svn.apache.org/viewvc?rev=1353576&view=rev
Log:
Marked the @Ignore with a TODO so that it doesn't get forgotten.
Modified:
camel/trunk/components/camel-spring-ws/src/test/java/org/apache/camel/component/spring/ws/SSLContextParametersLocalRouteTest.java
Modified:
camel/trunk/components/camel-spring-ws/src/test/java/org/apache/camel/component/spring/ws/SSLContextParametersLocalRouteTest.java
URL:
http://svn.apache.org/viewvc/camel/trunk/components/camel-spring-ws/src/test/java/org/apache/camel/component/spring/ws/SSLContextParametersLocalRouteTest.java?rev=1353576&r1=1353575&r2=1353576&view=diff
==============================================================================
---
camel/trunk/components/camel-spring-ws/src/test/java/org/apache/camel/component/spring/ws/SSLContextParametersLocalRouteTest.java
(original)
+++
camel/trunk/components/camel-spring-ws/src/test/java/org/apache/camel/component/spring/ws/SSLContextParametersLocalRouteTest.java
Mon Jun 25 14:33:54 2012
@@ -31,6 +31,7 @@ import org.springframework.test.context.
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 {