aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGodin <mandrikov@gmail.com>2010-10-21 17:04:10 +0000
committerGodin <mandrikov@gmail.com>2010-10-21 17:04:10 +0000
commit70864588c9fcf2a33a0bf19854aef329efbac7cc (patch)
tree470e77cc4761dd43abab4a4b84817cc972711389 /tests
parentcedf8b42afe0bd27b125a80624b72f726fdf3df4 (diff)
downloadsonarqube-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.xml1
-rw-r--r--tests/integration/tests/src/it/selenium/SONAR-583-reuse-rules-config.html4
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>