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 2012/09/10 21:11:02 UTC

svn commit: r1383058 - /camel/trunk/components/camel-elasticsearch/src/test/java/org/apache/camel/component/elasticsearch/SpringElasticsearchTest.java

Author: bvahdat
Date: Mon Sep 10 19:11:02 2012
New Revision: 1383058

URL: http://svn.apache.org/viewvc?rev=1383058&view=rev
Log:
Removed the obsolete @ContextConfiguration annotation.

Modified:
    camel/trunk/components/camel-elasticsearch/src/test/java/org/apache/camel/component/elasticsearch/SpringElasticsearchTest.java

Modified: camel/trunk/components/camel-elasticsearch/src/test/java/org/apache/camel/component/elasticsearch/SpringElasticsearchTest.java
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-elasticsearch/src/test/java/org/apache/camel/component/elasticsearch/SpringElasticsearchTest.java?rev=1383058&r1=1383057&r2=1383058&view=diff
==============================================================================
--- camel/trunk/components/camel-elasticsearch/src/test/java/org/apache/camel/component/elasticsearch/SpringElasticsearchTest.java (original)
+++ camel/trunk/components/camel-elasticsearch/src/test/java/org/apache/camel/component/elasticsearch/SpringElasticsearchTest.java Mon Sep 10 19:11:02 2012
@@ -29,9 +29,7 @@ import org.junit.Test;
 
 import org.springframework.context.support.AbstractXmlApplicationContext;
 import org.springframework.context.support.ClassPathXmlApplicationContext;
-import org.springframework.test.context.ContextConfiguration;
 
-@ContextConfiguration
 public class SpringElasticsearchTest extends CamelSpringTestSupport {
 
     @Produce(uri = "direct:index")