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 2017/12/22 15:20:34 UTC

[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] branch master updated: SLING-7327 Remove launchpad from feature names

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-launchpad-oak-tar-integration-tests.git


The following commit(s) were added to refs/heads/master by this push:
     new f441c49  SLING-7327 Remove launchpad from feature names
f441c49 is described below

commit f441c49c785a6a911c21524080ca611645174d4e
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Dec 22 15:07:35 2017 +0100

    SLING-7327 Remove launchpad from feature names
---
 pom.xml                                                               | 2 +-
 ...kTarConfiguration.java => SlingQuickstartOakTarConfiguration.java} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index d3f0b3b..06ab629 100644
--- a/pom.xml
+++ b/pom.xml
@@ -233,7 +233,7 @@
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>exam-maven-plugin</artifactId>
             <configuration>
-              <configClass>org.apache.sling.karaf.tests.configuration.SlingLaunchpadOakTarConfiguration</configClass>
+              <configClass>org.apache.sling.karaf.tests.configuration.SlingQuickstartOakTarConfiguration</configClass>
               <propagatedProperties>
                 http.port
               </propagatedProperties>
diff --git a/src/test/java/org/apache/sling/karaf/tests/configuration/SlingLaunchpadOakTarConfiguration.java b/src/test/java/org/apache/sling/karaf/tests/configuration/SlingQuickstartOakTarConfiguration.java
similarity index 97%
rename from src/test/java/org/apache/sling/karaf/tests/configuration/SlingLaunchpadOakTarConfiguration.java
rename to src/test/java/org/apache/sling/karaf/tests/configuration/SlingQuickstartOakTarConfiguration.java
index f6d8f42..7d5a1f7 100644
--- a/src/test/java/org/apache/sling/karaf/tests/configuration/SlingLaunchpadOakTarConfiguration.java
+++ b/src/test/java/org/apache/sling/karaf/tests/configuration/SlingQuickstartOakTarConfiguration.java
@@ -27,7 +27,7 @@ import static org.ops4j.pax.exam.CoreOptions.cleanCaches;
 import static org.ops4j.pax.exam.CoreOptions.mavenBundle;
 import static org.ops4j.pax.exam.karaf.options.KarafDistributionOption.editConfigurationFilePut;
 
-public class SlingLaunchpadOakTarConfiguration extends KarafTestSupport {
+public class SlingQuickstartOakTarConfiguration extends KarafTestSupport {
 
     @Configuration
     public Option[] configuration() throws Exception {
@@ -48,7 +48,7 @@ public class SlingLaunchpadOakTarConfiguration extends KarafTestSupport {
             editConfigurationFilePut("etc/org.apache.sling.jcr.repoinit.RepositoryInitializer-test.config", "scripts", scripts),
             editConfigurationFilePut("etc/org.apache.sling.jcr.base.internal.LoginAdminWhitelist.config", "whitelist.bypass", true),
             addSlingFeatures(
-                "sling-launchpad-oak-tar",
+                "sling-quickstart-oak-tar",
                 "sling-launchpad-content",
                 "sling-auth-form",
                 "sling-auth-openid",

-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].