diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-09-25 22:45:22 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-09-26 23:49:39 +0200 |
commit | a84dc5bdd315df1d9ceceac7aac758f604b98320 (patch) | |
tree | f2cfafdedf0ef31575e3c71ad3e2ef925a36a250 /tests | |
parent | c8206d355a62a813a90a7b73af6af12456efd05a (diff) | |
download | sonarqube-a84dc5bdd315df1d9ceceac7aac758f604b98320.tar.gz sonarqube-a84dc5bdd315df1d9ceceac7aac758f604b98320.zip |
SONAR-9802 add section "CE Logging" to standalone mode of api/system/info
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/test/java/org/sonarqube/tests/serverSystem/SystemInfoTest.java | 3 |
1 files changed, 2 insertions, 1 deletions
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") |