Author: ningjiang
Date: Thu Jul 24 05:03:18 2008
New Revision: 679379
URL: http://svn.apache.org/viewvc?rev=679379&view=rev
Log:
CAMEL-751 fixed the spring configuration url error
Modified:
activemq/camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/config/ErrorHandlerTest.java
Modified:
activemq/camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/config/ErrorHandlerTest.java
URL:
http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/config/ErrorHandlerTest.java?rev=679379&r1=679378&r2=679379&view=diff
==============================================================================
---
activemq/camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/config/ErrorHandlerTest.java
(original)
+++
activemq/camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/config/ErrorHandlerTest.java
Thu Jul 24 05:03:18 2008
@@ -30,7 +30,7 @@
public class ErrorHandlerTest extends SpringTestSupport {
protected ClassPathXmlApplicationContext createApplicationContext() {
- return new
ClassPathXmlApplicationContext("org/apache/camel/spring/errorHandler.xml");
+ return new
ClassPathXmlApplicationContext("org/apache/camel/spring/config/errorHandler.xml");
}
public void testEndpointConfiguration() throws Exception {