Author: davsclaus
Date: Thu Oct 22 13:51:38 2009
New Revision: 828695
URL: http://svn.apache.org/viewvc?rev=828695&view=rev
Log:
Added wiki tags
Modified:
camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/config/AnotherCamelProxyTest.java
Modified:
camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/config/AnotherCamelProxyTest.java
URL:
http://svn.apache.org/viewvc/camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/config/AnotherCamelProxyTest.java?rev=828695&r1=828694&r2=828695&view=diff
==============================================================================
---
camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/config/AnotherCamelProxyTest.java
(original)
+++
camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/config/AnotherCamelProxyTest.java
Thu Oct 22 13:51:38 2009
@@ -26,12 +26,14 @@
public class AnotherCamelProxyTest extends TestCase {
public void testAnotherCamelProxy() throws Exception {
+ // START SNIPPET: e1
ApplicationContext ac = new
ClassPathXmlApplicationContext("org/apache/camel/spring/config/AnotherCamelProxyTest.xml");
MyProxySender sender = (MyProxySender) ac.getBean("myProxySender");
String reply = sender.hello("Camel");
assertEquals("Bye Camel", reply);
+ // END SNIPPET: e1
}
}
\ No newline at end of file