diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-12-07 00:27:23 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-12-07 00:27:23 +0000 |
commit | e3ff6041790b4f9ad4bbbc3d29cb9efa8c70d45d (patch) | |
tree | 8cbca9e55f73d91c29d38418376f7d73e29d4fce /tests/integration | |
parent | 9f5f478e89f25b57f238e64b54c740f90c6b56f5 (diff) | |
download | sonarqube-e3ff6041790b4f9ad4bbbc3d29cb9efa8c70d45d.tar.gz sonarqube-e3ff6041790b4f9ad4bbbc3d29cb9efa8c70d45d.zip |
fix IT
Diffstat (limited to 'tests/integration')
-rw-r--r-- | tests/integration/tests/src/it/selenium/SONAR-594-no-violations.html | 3 | ||||
-rw-r--r-- | tests/integration/tests/src/it/selenium/SONAR-787-checkstyle-SuppressionCommentFilter.html | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/tests/integration/tests/src/it/selenium/SONAR-594-no-violations.html b/tests/integration/tests/src/it/selenium/SONAR-594-no-violations.html index 465c4b028a0..9a3641c29eb 100644 --- a/tests/integration/tests/src/it/selenium/SONAR-594-no-violations.html +++ b/tests/integration/tests/src/it/selenium/SONAR-594-no-violations.html @@ -33,10 +33,9 @@ </tr> <tr> <td>assertText</td> - <td>m_violations_BLOCKER</td> + <td>m_blocker_violations</td> <td>0</td> </tr> - </tbody></table> </body> </html> diff --git a/tests/integration/tests/src/it/selenium/SONAR-787-checkstyle-SuppressionCommentFilter.html b/tests/integration/tests/src/it/selenium/SONAR-787-checkstyle-SuppressionCommentFilter.html index 50c9d4815f1..62bf7a622f8 100644 --- a/tests/integration/tests/src/it/selenium/SONAR-787-checkstyle-SuppressionCommentFilter.html +++ b/tests/integration/tests/src/it/selenium/SONAR-787-checkstyle-SuppressionCommentFilter.html @@ -18,7 +18,7 @@ </tr> <tr> <td>assertTextPresent</td> - <td>profile SONAR-787-checkstyle-SuppressionCommentFilter</td> + <td>Profile SONAR-787-checkstyle-SuppressionCommentFilter</td> <td></td> </tr> <tr> |