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
The following commit(s) were added to refs/heads/master by this push:
new 1ae8ea2 SLING-7532 Replace feature sling-launchpad-content by
sling-starter-content
1ae8ea2 is described below
commit 1ae8ea24d5e1cd33adf11ec702088be962022052
Author: Oliver Lietz <[email protected]>
AuthorDate: Sun Mar 4 20:40:05 2018 +0100
SLING-7532 Replace feature sling-launchpad-content by sling-starter-content
---
.../{SlingLaunchpadContentIT.java => SlingStarterContentIT.java} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
a/src/test/java/org/apache/sling/karaf/tests/bootstrap/SlingLaunchpadContentIT.java
b/src/test/java/org/apache/sling/karaf/tests/bootstrap/SlingStarterContentIT.java
similarity index 86%
rename from
src/test/java/org/apache/sling/karaf/tests/bootstrap/SlingLaunchpadContentIT.java
rename to
src/test/java/org/apache/sling/karaf/tests/bootstrap/SlingStarterContentIT.java
index 0843965..a69239f 100644
---
a/src/test/java/org/apache/sling/karaf/tests/bootstrap/SlingLaunchpadContentIT.java
+++
b/src/test/java/org/apache/sling/karaf/tests/bootstrap/SlingStarterContentIT.java
@@ -34,18 +34,18 @@ import static org.junit.Assert.assertNotNull;
@RunWith(PaxExam.class)
@ExamReactorStrategy(PerClass.class)
-public class SlingLaunchpadContentIT extends KarafTestSupport {
+public class SlingStarterContentIT extends KarafTestSupport {
@Configuration
public Option[] configuration() {
return OptionUtils.combine(baseConfiguration(),
- addSlingFeatures("sling-launchpad-content")
+ addSlingFeatures("sling-starter-content")
);
}
@Test
- public void testOrgApacheSlingLaunchpadContent() {
- final Bundle bundle = findBundle("org.apache.sling.launchpad.content");
+ public void testOrgApacheSlingStarterContent() {
+ final Bundle bundle = findBundle("org.apache.sling.starter.content");
assertNotNull(bundle);
assertEquals(Bundle.ACTIVE, bundle.getState());
}
--
To stop receiving notification emails like this one, please contact
[email protected].