Fixed test

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

Branch: refs/heads/camel-2.13.x
Commit: ae1dcaa8cd969cd8bd487916e3e5022c739a956b
Parents: a9686b7
Author: Claus Ibsen <davscl...@apache.org>
Authored: Mon Mar 2 12:57:14 2015 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Mon Mar 2 12:57:14 2015 +0100

----------------------------------------------------------------------
 .../spring/spi/bridgePropertyPlaceholderConfigurerUtilIssue.xml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/ae1dcaa8/components/camel-spring/src/test/resources/org/apache/camel/spring/spi/bridgePropertyPlaceholderConfigurerUtilIssue.xml
----------------------------------------------------------------------
diff --git 
a/components/camel-spring/src/test/resources/org/apache/camel/spring/spi/bridgePropertyPlaceholderConfigurerUtilIssue.xml
 
b/components/camel-spring/src/test/resources/org/apache/camel/spring/spi/bridgePropertyPlaceholderConfigurerUtilIssue.xml
index ca503b7..1cca7f1 100644
--- 
a/components/camel-spring/src/test/resources/org/apache/camel/spring/spi/bridgePropertyPlaceholderConfigurerUtilIssue.xml
+++ 
b/components/camel-spring/src/test/resources/org/apache/camel/spring/spi/bridgePropertyPlaceholderConfigurerUtilIssue.xml
@@ -25,7 +25,7 @@
        http://www.springframework.org/schema/util 
http://www.springframework.org/schema/util/spring-util.xsd
     ">
 
-    <util:constant id="test" 
static-field="org.apache.camel.spring.spi.BridgePropertyPlaceholderConfigurerTest.CONSTANT"/>
  
+    <util:constant id="test" 
static-field="org.apache.camel.spring.spi.BridgePropertyPlaceholderConfigurerUtilIssueTest.CONSTANT"/>
     
     <bean id="bridgePropertyPlaceHolder" 
class="org.apache.camel.spring.spi.BridgePropertyPlaceholderConfigurer">
       <property name="locations">

Reply via email to