You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2020/03/20 07:04:30 UTC

[sling-org-apache-sling-installer-it] branch master updated: SLING-9172 - rename property to experimental

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-it.git


The following commit(s) were added to refs/heads/master by this push:
     new 2de797f  SLING-9172 - rename property to experimental
2de797f is described below

commit 2de797f3d3134f60b2d9f19433311dfdbd9392a9
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Fri Mar 20 08:04:02 2020 +0100

    SLING-9172 - rename property to experimental
---
 .../apache/sling/installer/it/BundleInstallMultiVersionTest.java  | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/src/test/java/org/apache/sling/installer/it/BundleInstallMultiVersionTest.java b/src/test/java/org/apache/sling/installer/it/BundleInstallMultiVersionTest.java
index bf3a382..f426814 100644
--- a/src/test/java/org/apache/sling/installer/it/BundleInstallMultiVersionTest.java
+++ b/src/test/java/org/apache/sling/installer/it/BundleInstallMultiVersionTest.java
@@ -20,13 +20,9 @@ import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNull;
 import static org.ops4j.pax.exam.CoreOptions.frameworkProperty;
 
-import java.io.File;
 import java.util.HashMap;
-import java.util.HashSet;
 import java.util.Map;
-import java.util.Set;
 
-import org.apache.sling.installer.api.InstallableResource;
 import org.junit.After;
 import org.junit.Before;
 import org.junit.Test;
@@ -38,7 +34,7 @@ import org.osgi.framework.Bundle;
 @RunWith(PaxExam.class)
 public class BundleInstallMultiVersionTest extends OsgiInstallerTestBase {
 
-    private static final String PROPERTY_MULTIVERSION = "sling.installer.multiversion";
+    private static final String PROPERTY_MULTIVERSION = "sling.installer.experimental.multiversion";
 
     @org.ops4j.pax.exam.Configuration
     public Option[] config() {
@@ -120,7 +116,7 @@ public class BundleInstallMultiVersionTest extends OsgiInstallerTestBase {
                 listener,
                 new BundleEvent(symbolicName, "1.0",
                     org.osgi.framework.BundleEvent.STARTED));
-            
+
             final Bundle b11 = assertBundleInVersion("1.1 not active after adding new version", symbolicName,
                 "1.1", Bundle.ACTIVE);
             assertEquals("Bundle ID of installed version must not change", bundleVersionIDs.get("1.1"),