diff options
-rw-r--r-- | tests/integration/tests/maven-projects/SONAR-583-reuse-rules-config/pom.xml | 1 | ||||
-rw-r--r-- | tests/integration/tests/src/it/selenium/SONAR-583-reuse-rules-config.html | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/tests/integration/tests/maven-projects/SONAR-583-reuse-rules-config/pom.xml b/tests/integration/tests/maven-projects/SONAR-583-reuse-rules-config/pom.xml index a880336f65b..9396ed7b1ad 100644 --- a/tests/integration/tests/maven-projects/SONAR-583-reuse-rules-config/pom.xml +++ b/tests/integration/tests/maven-projects/SONAR-583-reuse-rules-config/pom.xml @@ -33,6 +33,7 @@ </configuration>
</plugin>
<plugin>
+ <!-- Note that sonar-findbugs-plugin didn't allow reusing existing configuration since SONAR-1772 -->
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<configuration>
diff --git a/tests/integration/tests/src/it/selenium/SONAR-583-reuse-rules-config.html b/tests/integration/tests/src/it/selenium/SONAR-583-reuse-rules-config.html index 6eddbd50783..6ab43c02041 100644 --- a/tests/integration/tests/src/it/selenium/SONAR-583-reuse-rules-config.html +++ b/tests/integration/tests/src/it/selenium/SONAR-583-reuse-rules-config.html @@ -24,12 +24,12 @@ <tr> <td>assertText</td> <td>m_violations</td> - <td>7</td> + <td>5</td> </tr> <tr> <td>assertText</td> <td>m_critical_violations</td> - <td>2</td> + <td>0</td> </tr> <tr> <td>assertText</td> |