diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-02-02 11:47:23 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-02-03 11:59:06 +0100 |
commit | 7e314ff4c23848a2496ed8375d7c8181808c60c2 (patch) | |
tree | 3ea11f0b08ed3aacbf1b43a92d67ab2732f9984e /sonar-core/src/test | |
parent | 9a679cda21dfc990ca59dd7e462bfac574c32a9c (diff) | |
download | sonarqube-7e314ff4c23848a2496ed8375d7c8181808c60c2.tar.gz sonarqube-7e314ff4c23848a2496ed8375d7c8181808c60c2.zip |
SONAR-7762 Remove remaing property definition
Diffstat (limited to 'sonar-core/src/test')
-rw-r--r-- | sonar-core/src/test/java/org/sonar/core/config/CorePropertyDefinitionsTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-core/src/test/java/org/sonar/core/config/CorePropertyDefinitionsTest.java b/sonar-core/src/test/java/org/sonar/core/config/CorePropertyDefinitionsTest.java index bf9d2501497..b1198a6ef83 100644 --- a/sonar-core/src/test/java/org/sonar/core/config/CorePropertyDefinitionsTest.java +++ b/sonar-core/src/test/java/org/sonar/core/config/CorePropertyDefinitionsTest.java @@ -35,7 +35,7 @@ public class CorePropertyDefinitionsTest { @Test public void all() { List<PropertyDefinition> defs = CorePropertyDefinitions.all(); - assertThat(defs).hasSize(64); + assertThat(defs).hasSize(63); } @Test |