From: Simon Brandhof Date: Mon, 25 Sep 2017 20:45:22 +0000 (+0200) Subject: SONAR-9802 add section "CE Logging" to standalone mode of api/system/info X-Git-Tag: 6.6-RC1~197 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a84dc5bdd315df1d9ceceac7aac758f604b98320;p=sonarqube.git SONAR-9802 add section "CE Logging" to standalone mode of api/system/info --- diff --git a/tests/src/test/java/org/sonarqube/tests/serverSystem/SystemInfoTest.java b/tests/src/test/java/org/sonarqube/tests/serverSystem/SystemInfoTest.java index c3d7a888f47..960946d0632 100644 --- a/tests/src/test/java/org/sonarqube/tests/serverSystem/SystemInfoTest.java +++ b/tests/src/test/java/org/sonarqube/tests/serverSystem/SystemInfoTest.java @@ -61,18 +61,19 @@ public class SystemInfoTest { .shouldNotHaveSection("Statistics") .shouldHaveField("Official Distribution") .shouldHaveField("Version") - .shouldHaveField("Logs Level") .shouldHaveField("High Availability") .shouldNotHaveField("Health") .shouldNotHaveField("Health Causes"); page.getCardItem("Web") .shouldHaveSection("Web JVM Properties") + .shouldHaveSection("Web Logging") .shouldHaveSection("Web JVM State"); page.getCardItem("Compute Engine") .shouldHaveSection("Compute Engine Database Connection") .shouldHaveSection("Compute Engine JVM State") + .shouldHaveSection("Compute Engine Logging") .shouldHaveSection("Compute Engine Tasks"); page.getCardItem("Search")