From a84dc5bdd315df1d9ceceac7aac758f604b98320 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Mon, 25 Sep 2017 22:45:22 +0200 Subject: [PATCH] SONAR-9802 add section "CE Logging" to standalone mode of api/system/info --- .../java/org/sonarqube/tests/serverSystem/SystemInfoTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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") -- 2.39.5