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 2011/01/17 17:17:25 UTC

svn commit: r1059971 - /camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/script/RubyOsgiTest.java

Author: davsclaus
Date: Mon Jan 17 16:17:25 2011
New Revision: 1059971

URL: http://svn.apache.org/viewvc?rev=1059971&view=rev
Log:
Polished and removed system out

Modified:
    camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/script/RubyOsgiTest.java

Modified: camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/script/RubyOsgiTest.java
URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/script/RubyOsgiTest.java?rev=1059971&r1=1059970&r2=1059971&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/script/RubyOsgiTest.java (original)
+++ camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/script/RubyOsgiTest.java Mon Jan 17 16:17:25 2011
@@ -36,6 +36,7 @@ import static org.ops4j.pax.exam.contain
  * Test camel-script for Ruby expressions in OSGi
  */
 @RunWith(JUnit4TestRunner.class)
+@Ignore("You need an OSGi-ified version of JRuby for this to pass")
 public class RubyOsgiTest extends OSGiIntegrationTestSupport {
     protected RouteBuilder createRouteBuilder() throws Exception {
         return new RouteBuilder() {
@@ -45,7 +46,6 @@ public class RubyOsgiTest extends OSGiIn
         };
     }
 
-    @Ignore("You need an OSGi-ified version of JRuby for this to pass")
     @Test
     public void testSendMessage() throws Exception {
         MockEndpoint mock = getMandatoryEndpoint("mock:finish", MockEndpoint.class);
@@ -58,7 +58,6 @@ public class RubyOsgiTest extends OSGiIn
 
     @Configuration
     public static Option[] configure() {
-        System.out.println("URL: " + getCamelKarafFeatureUrl());
         Option[] options = options(
 
                 // install the spring dm profile