You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2013/12/09 03:11:06 UTC

[02/50] [abbrv] git commit: Enabled two Karaf component tests.

Enabled two Karaf component tests.

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/08dd7f5f
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/08dd7f5f
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/08dd7f5f

Branch: refs/heads/camel-gora
Commit: 08dd7f5f763ca0f38b673fa8e9d7f106b48e540f
Parents: 16b988e
Author: Babak Vahdat <bv...@apache.org>
Authored: Thu Nov 28 19:24:47 2013 +0100
Committer: Babak Vahdat <bv...@apache.org>
Committed: Thu Nov 28 19:24:47 2013 +0100

----------------------------------------------------------------------
 .../src/test/java/org/apache/camel/itest/karaf/CamelDnsTest.java   | 2 --
 .../test/java/org/apache/camel/itest/karaf/CamelJasyptTest.java    | 2 --
 2 files changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/08dd7f5f/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelDnsTest.java
----------------------------------------------------------------------
diff --git a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelDnsTest.java b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelDnsTest.java
index e78da3c..baddf02 100644
--- a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelDnsTest.java
+++ b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelDnsTest.java
@@ -16,7 +16,6 @@
  */
 package org.apache.camel.itest.karaf;
 
-import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.ops4j.pax.exam.Option;
@@ -24,7 +23,6 @@ import org.ops4j.pax.exam.junit.Configuration;
 import org.ops4j.pax.exam.junit.JUnit4TestRunner;
 
 @RunWith(JUnit4TestRunner.class)
-@Ignore("People need to edit etc/jre.properties in Karaf/SMX to export: sun.net.spi.nameservice")
 public class CamelDnsTest extends AbstractFeatureTest {
 
     public static final String COMPONENT = extractName(CamelDnsTest.class);

http://git-wip-us.apache.org/repos/asf/camel/blob/08dd7f5f/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelJasyptTest.java
----------------------------------------------------------------------
diff --git a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelJasyptTest.java b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelJasyptTest.java
index f04880a..7f71df8 100644
--- a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelJasyptTest.java
+++ b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelJasyptTest.java
@@ -16,7 +16,6 @@
  */
 package org.apache.camel.itest.karaf;
 
-import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.ops4j.pax.exam.Option;
@@ -24,7 +23,6 @@ import org.ops4j.pax.exam.junit.Configuration;
 import org.ops4j.pax.exam.junit.JUnit4TestRunner;
 
 @RunWith(JUnit4TestRunner.class)
-@Ignore("Does not work on JDK 1.5")
 public class CamelJasyptTest extends AbstractFeatureTest {
 
     public static final String COMPONENT = extractName(CamelJasyptTest.class);