aboutsummaryrefslogtreecommitdiffstats
path: root/it/it-tests
diff options
context:
space:
mode:
authorDaniel Schwarz <daniel.schwarz@sonarsource.com>2017-05-23 15:01:18 +0200
committerGrégoire Aubert <gregoire.aubert@sonarsource.com>2017-06-09 08:26:48 +0200
commit3fbd83b3c0ca94b26c4968af2dc51a6ff46cc2de (patch)
tree0935c7fae29bfc4f44145254f1b606e5d1bbee6e /it/it-tests
parentc72da32c69c14f71b68c81f46adfe219ecc40c9e (diff)
downloadsonarqube-3fbd83b3c0ca94b26c4968af2dc51a6ff46cc2de.tar.gz
sonarqube-3fbd83b3c0ca94b26c4968af2dc51a6ff46cc2de.zip
SONAR-9260 add "NO_DATA" range for coverage facets of project search
Diffstat (limited to 'it/it-tests')
-rw-r--r--it/it-tests/src/test/java/it/projectSearch/SearchProjectsTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/it/it-tests/src/test/java/it/projectSearch/SearchProjectsTest.java b/it/it-tests/src/test/java/it/projectSearch/SearchProjectsTest.java
index 4d4b50369a3..4906a0481ce 100644
--- a/it/it-tests/src/test/java/it/projectSearch/SearchProjectsTest.java
+++ b/it/it-tests/src/test/java/it/projectSearch/SearchProjectsTest.java
@@ -164,6 +164,7 @@ public class SearchProjectsTest {
tuple("WARN", 0L),
tuple("ERROR", 0L));
checkFacet(response, "coverage",
+ tuple("NO_DATA", 2L),
tuple("*-30.0", 0L),
tuple("30.0-50.0", 0L),
tuple("50.0-70.0", 0L),
@@ -239,6 +240,7 @@ public class SearchProjectsTest {
tuple("4", 0L),
tuple("5", 0L));
checkFacet(response, "new_coverage",
+ tuple("NO_DATA", 2L),
tuple("*-30.0", 0L),
tuple("30.0-50.0", 0L),
tuple("50.0-70.0", 0L),