This is an automated email from the ASF dual-hosted git repository. pauls pushed a commit to branch removeLockFalse in repository https://gitbox.apache.org/repos/asf/felix-atomos.git
commit e61c80e91ac9e79b2be33ce4be28e87cd703f66e Author: Karl Pauls <[email protected]> AuthorDate: Fri Sep 25 23:23:13 2020 +0200 Enable felix cache locking again after it has been fixed --- .../felix/atomos/tests/modulepath/service/ModulepathLaunchTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/atomos.tests/atomos.tests.modulepath.service/src/test/java/org/apache/felix/atomos/tests/modulepath/service/ModulepathLaunchTest.java b/atomos.tests/atomos.tests.modulepath.service/src/test/java/org/apache/felix/atomos/tests/modulepath/service/ModulepathLaunchTest.java index f75647d..8212492 100644 --- a/atomos.tests/atomos.tests.modulepath.service/src/test/java/org/apache/felix/atomos/tests/modulepath/service/ModulepathLaunchTest.java +++ b/atomos.tests/atomos.tests.modulepath.service/src/test/java/org/apache/felix/atomos/tests/modulepath/service/ModulepathLaunchTest.java @@ -510,8 +510,7 @@ public class ModulepathLaunchTest try { f = AtomosLauncher.newFramework( - Map.of(Constants.FRAMEWORK_STORAGE, storage2.getAbsolutePath(), - "felix.cache.locking", "false"), + Map.of(Constants.FRAMEWORK_STORAGE, storage2.getAbsolutePath()), atomosRuntime); f.start(); fail();
