You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2020/11/01 11:56:29 UTC

[sling-org-apache-sling-karaf-integration-tests] 01/02: SLING-3027 Improve Launchpad Karaf Features

This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-integration-tests.git

commit bc014946d03b951e6991d3a9d5ef834ea7faa2fb
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Oct 31 14:43:04 2020 +0100

    SLING-3027 Improve Launchpad Karaf Features
    
    remove config bundle for Composum
---
 .../org/apache/sling/karaf/tests/bootstrap/ComposumNodesIT.java    | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/test/java/org/apache/sling/karaf/tests/bootstrap/ComposumNodesIT.java b/src/test/java/org/apache/sling/karaf/tests/bootstrap/ComposumNodesIT.java
index 8789443..68e08cf 100644
--- a/src/test/java/org/apache/sling/karaf/tests/bootstrap/ComposumNodesIT.java
+++ b/src/test/java/org/apache/sling/karaf/tests/bootstrap/ComposumNodesIT.java
@@ -51,13 +51,6 @@ public class ComposumNodesIT extends KarafTestSupport {
     }
 
     @Test
-    public void testComComposumCoreConfig() {
-        final Bundle bundle = findBundle("com.composum.core.config");
-        assertNotNull(bundle);
-        assertEquals(Bundle.ACTIVE, bundle.getState());
-    }
-
-    @Test
     public void testComComposumCoreConsole() {
         final Bundle bundle = findBundle("com.composum.core.console");
         assertNotNull(bundle);