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 0ba9cb5a6975912c232b0dc63b9826c725f68b92
Author: Oliver Lietz <o...@apache.org>
AuthorDate: Sat Oct 17 10:28:35 2020 +0200

    SLING-3027 Improve Launchpad Karaf Features
    
    align with discovery features
---
 .../org/apache/sling/karaf/tests/bootstrap/SlingDiscoveryIT.java   | 7 -------
 .../apache/sling/karaf/tests/bootstrap/SlingDiscoveryOakIT.java    | 7 +++++++
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git 
a/src/test/java/org/apache/sling/karaf/tests/bootstrap/SlingDiscoveryIT.java 
b/src/test/java/org/apache/sling/karaf/tests/bootstrap/SlingDiscoveryIT.java
index 326ab75..a53b689 100644
--- a/src/test/java/org/apache/sling/karaf/tests/bootstrap/SlingDiscoveryIT.java
+++ b/src/test/java/org/apache/sling/karaf/tests/bootstrap/SlingDiscoveryIT.java
@@ -50,11 +50,4 @@ public class SlingDiscoveryIT extends KarafTestSupport {
         assertEquals(Bundle.ACTIVE, bundle.getState());
     }
 
-    @Test
-    public void testOrgApacheSlingDiscoverySupport() {
-        final Bundle bundle = findBundle("org.apache.sling.discovery.support");
-        assertNotNull(bundle);
-        assertEquals(Bundle.ACTIVE, bundle.getState());
-    }
-
 }
diff --git 
a/src/test/java/org/apache/sling/karaf/tests/bootstrap/SlingDiscoveryOakIT.java 
b/src/test/java/org/apache/sling/karaf/tests/bootstrap/SlingDiscoveryOakIT.java
index 56854b4..b4a7e61 100644
--- 
a/src/test/java/org/apache/sling/karaf/tests/bootstrap/SlingDiscoveryOakIT.java
+++ 
b/src/test/java/org/apache/sling/karaf/tests/bootstrap/SlingDiscoveryOakIT.java
@@ -65,6 +65,13 @@ public class SlingDiscoveryOakIT extends KarafTestSupport {
     }
 
     @Test
+    public void testOrgApacheSlingDiscoverySupport() {
+        final Bundle bundle = findBundle("org.apache.sling.discovery.support");
+        assertNotNull(bundle);
+        assertEquals(Bundle.ACTIVE, bundle.getState());
+    }
+
+    @Test
     public void testOrgApacheHttpcomponentsHttpcore() {
         final Bundle bundle = findBundle("org.apache.httpcomponents.httpcore");
         assertNotNull(bundle);

Reply via email to