CAMEL-8173: Fixed test

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

Branch: refs/heads/master
Commit: 56576485187cbe9187cea988fc23d38e14080483
Parents: 3bf9c7d
Author: Claus Ibsen <[email protected]>
Authored: Tue Jan 6 18:07:54 2015 +0100
Committer: Claus Ibsen <[email protected]>
Committed: Tue Jan 6 18:07:54 2015 +0100

----------------------------------------------------------------------
 .../apache/camel/test/blueprint/InflightRepositoryRefTest.java  | 3 +--
 .../apache/camel/test/blueprint/inflightRepositoryRefTest.xml   | 5 ++---
 2 files changed, 3 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/56576485/components/camel-test-blueprint/src/test/java/org/apache/camel/test/blueprint/InflightRepositoryRefTest.java
----------------------------------------------------------------------
diff --git 
a/components/camel-test-blueprint/src/test/java/org/apache/camel/test/blueprint/InflightRepositoryRefTest.java
 
b/components/camel-test-blueprint/src/test/java/org/apache/camel/test/blueprint/InflightRepositoryRefTest.java
index 247544c..7038549 100644
--- 
a/components/camel-test-blueprint/src/test/java/org/apache/camel/test/blueprint/InflightRepositoryRefTest.java
+++ 
b/components/camel-test-blueprint/src/test/java/org/apache/camel/test/blueprint/InflightRepositoryRefTest.java
@@ -29,6 +29,5 @@ public class InflightRepositoryRefTest extends 
CamelBlueprintTestSupport {
     public void testEndpointConfiguration() throws Exception {
         assertTrue("Get a wrong inflight repository", 
context.getInflightRepository() instanceof MyInflightRepository);
     }
-    
-    
+
 }

http://git-wip-us.apache.org/repos/asf/camel/blob/56576485/components/camel-test-blueprint/src/test/resources/org/apache/camel/test/blueprint/inflightRepositoryRefTest.xml
----------------------------------------------------------------------
diff --git 
a/components/camel-test-blueprint/src/test/resources/org/apache/camel/test/blueprint/inflightRepositoryRefTest.xml
 
b/components/camel-test-blueprint/src/test/resources/org/apache/camel/test/blueprint/inflightRepositoryRefTest.xml
index 81fb576..02c8b0f 100644
--- 
a/components/camel-test-blueprint/src/test/resources/org/apache/camel/test/blueprint/inflightRepositoryRefTest.xml
+++ 
b/components/camel-test-blueprint/src/test/resources/org/apache/camel/test/blueprint/inflightRepositoryRefTest.xml
@@ -23,9 +23,8 @@
              http://www.osgi.org/xmlns/blueprint/v1.0.0 
http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd";>
 
   <bean id="myInflightRepository" 
class="org.apache.camel.test.blueprint.MyInflightRepository" />
-  
-  
-  <camelContext id="myCamelContext" 
inflightRepositoryRef="myInflightRepository" 
xmlns="http://camel.apache.org/schema/blueprint";>
+
+  <camelContext id="myCamelContext" 
xmlns="http://camel.apache.org/schema/blueprint";>
       <route>
          <from uri="direct:start"/>
          <to uri="mock:result"/>

Reply via email to