This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 9938205  Camel-Crypto-cms: Use BindToRegistry where possible
9938205 is described below

commit 9938205eba439d594b142d68bd97a27c99e8bb65
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Jul 23 08:48:31 2019 +0200

    Camel-Crypto-cms: Use BindToRegistry where possible
---
 .../org/apache/camel/component/crypto/cms/SpringComponentTest.java   | 5 -----
 1 file changed, 5 deletions(-)

diff --git 
a/components/camel-crypto-cms/src/test/java/org/apache/camel/component/crypto/cms/SpringComponentTest.java
 
b/components/camel-crypto-cms/src/test/java/org/apache/camel/component/crypto/cms/SpringComponentTest.java
index f434564..144dce7 100644
--- 
a/components/camel-crypto-cms/src/test/java/org/apache/camel/component/crypto/cms/SpringComponentTest.java
+++ 
b/components/camel-crypto-cms/src/test/java/org/apache/camel/component/crypto/cms/SpringComponentTest.java
@@ -30,11 +30,6 @@ public class SpringComponentTest extends ComponentTest {
                 new 
ClassPathXmlApplicationContext("SpringCryptoCmsTests.xml"), true);
     }
 
-    @Override
-    protected JndiRegistry createRegistry() throws Exception {
-        return super.createRegistry();
-    }
-
     protected RouteBuilder createRouteBuilder() throws Exception {
         return new RouteBuilder() {
             @Override

Reply via email to