This is an automated email from the ASF dual-hosted git repository. igarashitm pushed a commit to branch boot2ga in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/boot2ga by this push: new 8756645 Restored some UTs running fine 8756645 is described below commit 8756645454502dd79451ef57a3ae50b718a79422 Author: Tomohisa Igarashi <tm.igara...@gmail.com> AuthorDate: Thu Mar 22 19:20:24 2018 -0400 Restored some UTs running fine --- .../camel/spring/boot/cloud/CamelCloudServiceCallConfigurationTest.java | 2 -- .../spring/boot/cloud/CamelCloudServiceCallGlobalConfigurationTest.java | 2 -- .../camel/spring/boot/cloud/CamelCloudServiceCallRefExpressionTest.java | 2 -- .../org/apache/camel/spring/boot/cloud/CamelCloudServiceCallTest.java | 2 -- 4 files changed, 8 deletions(-) diff --git a/components/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/cloud/CamelCloudServiceCallConfigurationTest.java b/components/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/cloud/CamelCloudServiceCallConfigurationTest.java index 2585eb8..4226323 100644 --- a/components/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/cloud/CamelCloudServiceCallConfigurationTest.java +++ b/components/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/cloud/CamelCloudServiceCallConfigurationTest.java @@ -22,7 +22,6 @@ import org.apache.camel.cloud.ServiceDiscovery; import org.apache.camel.cloud.ServiceFilter; import org.apache.camel.cloud.ServiceLoadBalancer; import org.apache.camel.spring.boot.CamelAutoConfiguration; -import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; @@ -54,7 +53,6 @@ import static org.junit.Assert.assertTrue; "debug=false" } ) -@Ignore("Does not work") public class CamelCloudServiceCallConfigurationTest { @Autowired private ApplicationContext ctx; diff --git a/components/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/cloud/CamelCloudServiceCallGlobalConfigurationTest.java b/components/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/cloud/CamelCloudServiceCallGlobalConfigurationTest.java index 8d4fa9c..62946f7 100644 --- a/components/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/cloud/CamelCloudServiceCallGlobalConfigurationTest.java +++ b/components/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/cloud/CamelCloudServiceCallGlobalConfigurationTest.java @@ -22,7 +22,6 @@ import org.apache.camel.ProducerTemplate; import org.apache.camel.builder.RouteBuilder; import org.apache.camel.spring.boot.CamelAutoConfiguration; import org.junit.Assert; -import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; @@ -48,7 +47,6 @@ import org.springframework.test.context.junit4.SpringRunner; } ) -@Ignore("Does not work") public class CamelCloudServiceCallGlobalConfigurationTest { @Autowired private ProducerTemplate template; diff --git a/components/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/cloud/CamelCloudServiceCallRefExpressionTest.java b/components/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/cloud/CamelCloudServiceCallRefExpressionTest.java index 25ddec3..c363367 100644 --- a/components/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/cloud/CamelCloudServiceCallRefExpressionTest.java +++ b/components/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/cloud/CamelCloudServiceCallRefExpressionTest.java @@ -24,7 +24,6 @@ import org.apache.camel.builder.RouteBuilder; import org.apache.camel.model.language.SimpleExpression; import org.apache.camel.spring.boot.CamelAutoConfiguration; import org.junit.Assert; -import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; @@ -50,7 +49,6 @@ import org.springframework.test.context.junit4.SpringRunner; } ) -@Ignore("Does not work") public class CamelCloudServiceCallRefExpressionTest { @Autowired private ProducerTemplate template; diff --git a/components/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/cloud/CamelCloudServiceCallTest.java b/components/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/cloud/CamelCloudServiceCallTest.java index 6174e41..cf85d8f 100644 --- a/components/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/cloud/CamelCloudServiceCallTest.java +++ b/components/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/cloud/CamelCloudServiceCallTest.java @@ -22,7 +22,6 @@ import org.apache.camel.ProducerTemplate; import org.apache.camel.builder.RouteBuilder; import org.apache.camel.spring.boot.CamelAutoConfiguration; import org.junit.Assert; -import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; @@ -48,7 +47,6 @@ import org.springframework.test.context.junit4.SpringRunner; } ) -@Ignore("Does not work") public class CamelCloudServiceCallTest { @Autowired private ProducerTemplate template; -- To stop receiving notification emails like this one, please contact igarash...@apache.org.