You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by js...@apache.org on 2008/02/11 17:35:48 UTC

svn commit: r620521 - /activemq/camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/config/RouteBuilderRefTest.java

Author: jstrachan
Date: Mon Feb 11 08:35:47 2008
New Revision: 620521

URL: http://svn.apache.org/viewvc?rev=620521&view=rev
Log:
removed cruft

Modified:
    activemq/camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/config/RouteBuilderRefTest.java

Modified: activemq/camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/config/RouteBuilderRefTest.java
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/config/RouteBuilderRefTest.java?rev=620521&r1=620520&r2=620521&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/config/RouteBuilderRefTest.java (original)
+++ activemq/camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/config/RouteBuilderRefTest.java Mon Feb 11 08:35:47 2008
@@ -25,10 +25,7 @@
  * @version $Revision: 566917 $
  */
 public class RouteBuilderRefTest extends XmlConfigTestSupport {
-    public void testDummy() throws Exception {
-
-    }
-
+  
     public void testUsingRouteBuilderRefInCamelXml() throws Exception {
         ApplicationContext applicationContext = 
             new ClassPathXmlApplicationContext("org/apache/camel/spring/config/routeBuilderRef.xml");