diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-10-03 12:25:25 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-10-03 14:49:38 +0200 |
commit | 51292592677363b43e1e7840f5a79aa2a51f7463 (patch) | |
tree | 1e3c07e48411c3913c990e22c3abc3f6ad834313 /tests | |
parent | 84828a88e063c70deb4f4a8201b5a18f7334c6b2 (diff) | |
download | sonarqube-51292592677363b43e1e7840f5a79aa2a51f7463.tar.gz sonarqube-51292592677363b43e1e7840f5a79aa2a51f7463.zip |
SONAR-9802 add global section "Search State" to System Info of cluster
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/test/java/org/sonarqube/tests/cluster/ClusterTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/test/java/org/sonarqube/tests/cluster/ClusterTest.java b/tests/src/test/java/org/sonarqube/tests/cluster/ClusterTest.java index c3fc01257d2..74d69832b42 100644 --- a/tests/src/test/java/org/sonarqube/tests/cluster/ClusterTest.java +++ b/tests/src/test/java/org/sonarqube/tests/cluster/ClusterTest.java @@ -144,6 +144,8 @@ public class ClusterTest { .shouldHaveMainSection() .shouldHaveSection("Database") .shouldHaveField("Database Version") + .shouldHaveSection("Search State") + .shouldHaveSection("Search Indexes") .shouldNotHaveSection("Settings") .shouldNotHaveSection("Plugins") .shouldHaveField("High Availability") |