diff options
author | Godin <mandrikov@gmail.com> | 2010-10-21 17:04:10 +0000 |
---|---|---|
committer | Godin <mandrikov@gmail.com> | 2010-10-21 17:04:10 +0000 |
commit | 70864588c9fcf2a33a0bf19854aef329efbac7cc (patch) | |
tree | 470e77cc4761dd43abab4a4b84817cc972711389 /tests | |
parent | cedf8b42afe0bd27b125a80624b72f726fdf3df4 (diff) | |
download | sonarqube-70864588c9fcf2a33a0bf19854aef329efbac7cc.tar.gz sonarqube-70864588c9fcf2a33a0bf19854aef329efbac7cc.zip |
SONAR-1772: Fix ITs for sonar-findbugs-plugin
Diffstat (limited to 'tests')
-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> |