You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/08/15 08:29:29 UTC

[72/74] [abbrv] camel git commit: CAMEL-10222: Fixed test

CAMEL-10222: Fixed test


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

Branch: refs/heads/master
Commit: 89df925838972346b810fc82ce668fb54a0662cb
Parents: ce9066d
Author: Claus Ibsen <da...@apache.org>
Authored: Mon Aug 15 10:16:00 2016 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Mon Aug 15 10:16:00 2016 +0200

----------------------------------------------------------------------
 .../camel/component/spring/batch/SpringBatchJobRegistryTest.java   | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/89df9258/components/camel-spring-batch/src/test/java/org/apache/camel/component/spring/batch/SpringBatchJobRegistryTest.java
----------------------------------------------------------------------
diff --git a/components/camel-spring-batch/src/test/java/org/apache/camel/component/spring/batch/SpringBatchJobRegistryTest.java b/components/camel-spring-batch/src/test/java/org/apache/camel/component/spring/batch/SpringBatchJobRegistryTest.java
index e28bdf7..50960fd 100755
--- a/components/camel-spring-batch/src/test/java/org/apache/camel/component/spring/batch/SpringBatchJobRegistryTest.java
+++ b/components/camel-spring-batch/src/test/java/org/apache/camel/component/spring/batch/SpringBatchJobRegistryTest.java
@@ -44,7 +44,6 @@ import org.springframework.batch.item.ItemProcessor;
 import org.springframework.batch.item.ItemReader;
 import org.springframework.batch.item.ItemWriter;
 import org.springframework.beans.factory.annotation.Autowired;
-import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
 import org.springframework.context.annotation.Bean;
 import org.springframework.context.annotation.Configuration;
 import org.springframework.context.annotation.Import;
@@ -103,7 +102,6 @@ public class SpringBatchJobRegistryTest extends AbstractJUnit4SpringContextTests
         }
     }
 
-    @EnableAutoConfiguration
     @EnableBatchProcessing(modular = true)
     public static class BatchConfig {