Fixed wrong test

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

Branch: refs/heads/master
Commit: 821c771a5e7bbd34061f4589edf81d72dcf9cc94
Parents: 332e31a
Author: Claus Ibsen <[email protected]>
Authored: Sat Mar 12 11:26:01 2016 +0100
Committer: Claus Ibsen <[email protected]>
Committed: Sat Mar 12 11:26:01 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/camel/blob/821c771a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelCmisTest.java
----------------------------------------------------------------------
diff --git 
a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelCmisTest.java
 
b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelCmisTest.java
index 22ab9b9..8db85e2 100644
--- 
a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelCmisTest.java
+++ 
b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelCmisTest.java
@@ -22,10 +22,9 @@ import org.ops4j.pax.exam.Configuration;
 import org.ops4j.pax.exam.Option;
 import org.ops4j.pax.exam.junit.PaxExam;
 
-
 @RunWith(PaxExam.class)
 public class CamelCmisTest extends AbstractFeatureTest {
-    public static final String COMPONENT = extractName(CamelCxfTest.class);
+    public static final String COMPONENT = extractName(CamelCmisTest.class);
 
     @Test
     public void test() throws Exception {

Reply via email to