Repository: camel
Updated Branches:
  refs/heads/master 953e408df -> 26b2e1cbb


CAMEL-7852 clean up the karaf feature osgi test


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

Branch: refs/heads/master
Commit: 26b2e1cbbb110838fe862c035c2597be1e8db824
Parents: 953e408
Author: Willem Jiang <willem.ji...@gmail.com>
Authored: Tue Sep 23 20:24:56 2014 +0800
Committer: Willem Jiang <willem.ji...@gmail.com>
Committed: Tue Sep 23 20:24:56 2014 +0800

----------------------------------------------------------------------
 .../src/test/java/org/apache/camel/itest/karaf/CamelMsvTest.java   | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/26b2e1cb/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelMsvTest.java
----------------------------------------------------------------------
diff --git 
a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelMsvTest.java
 
b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelMsvTest.java
index efffea4..961ef14 100644
--- 
a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelMsvTest.java
+++ 
b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelMsvTest.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.Configuration;
@@ -30,7 +29,6 @@ public class CamelMsvTest extends AbstractFeatureTest {
 
     @Test
     public void test() throws Exception {
-        Thread.sleep(2000);
         testComponent(COMPONENT);
     }
 

Reply via email to