You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2013/02/10 07:02:52 UTC

svn commit: r1444480 - /camel/trunk/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelUrlrewriteTest.java

Author: davsclaus
Date: Sun Feb 10 06:02:52 2013
New Revision: 1444480

URL: http://svn.apache.org/r1444480
Log:
Fixed test

Modified:
    camel/trunk/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelUrlrewriteTest.java

Modified: camel/trunk/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelUrlrewriteTest.java
URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelUrlrewriteTest.java?rev=1444480&r1=1444479&r2=1444480&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelUrlrewriteTest.java (original)
+++ camel/trunk/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelUrlrewriteTest.java Sun Feb 10 06:02:52 2013
@@ -29,7 +29,7 @@ public class CamelUrlrewriteTest extends
 
     @Test
     public void test() throws Exception {
-        testComponent(COMPONENT);
+        // urlrewrite is not a Camel component
     }
 
     @Configuration