You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2020/08/25 16:46:10 UTC

[karaf] branch karaf-4.2.x updated: Fix WebTest

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

jbonofre pushed a commit to branch karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 2141121  Fix WebTest
2141121 is described below

commit 214112152250238f33afa3c1bbefa5ced516babb
Author: jbonofre <jb...@apache.org>
AuthorDate: Tue Aug 25 18:45:53 2020 +0200

    Fix WebTest
---
 itests/test/src/test/java/org/apache/karaf/itests/WebTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/itests/test/src/test/java/org/apache/karaf/itests/WebTest.java b/itests/test/src/test/java/org/apache/karaf/itests/WebTest.java
index 42ec425..31abdc4 100644
--- a/itests/test/src/test/java/org/apache/karaf/itests/WebTest.java
+++ b/itests/test/src/test/java/org/apache/karaf/itests/WebTest.java
@@ -83,7 +83,7 @@ public class WebTest extends BaseTest {
         System.out.println(buffer.toString());
         assertContains("Hello World!", buffer.toString());
 
-        System.out.println(executeCommand("web:uninstall 126"));
+        System.out.println(executeCommand("web:uninstall 130"));
         listOutput = executeCommand("web:list");
         System.out.println(listOutput);
         while (listOutput.contains("/test")) {