diff options
author | fmallet <freddy.mallet@gmail.com> | 2010-09-17 15:09:33 +0000 |
---|---|---|
committer | fmallet <freddy.mallet@gmail.com> | 2010-09-17 15:09:33 +0000 |
commit | 8a7e71bd6d156d83676f105e90482c88cfcd27b8 (patch) | |
tree | 40ce602d2116bbee67d96823910a54c2deef0311 /tests | |
parent | ced6b594e3a4a6a3f89870afabc6eb95a75d67a4 (diff) | |
download | sonarqube-8a7e71bd6d156d83676f105e90482c88cfcd27b8.tar.gz sonarqube-8a7e71bd6d156d83676f105e90482c88cfcd27b8.zip |
fix integration test, the checkstyle rule 'Methods Count Check' was not taken into account
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/tests/src/it/selenium/dashboard/reference.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/tests/src/it/selenium/dashboard/reference.html b/tests/integration/tests/src/it/selenium/dashboard/reference.html index 130a9fdce66..85fc80f16f9 100644 --- a/tests/integration/tests/src/it/selenium/dashboard/reference.html +++ b/tests/integration/tests/src/it/selenium/dashboard/reference.html @@ -54,12 +54,12 @@ <tr> <td>assertText</td> <td>m_violations_density</td> - <td>70.7%</td> + <td>64.5%</td> </tr> <tr> <td>assertText</td> <td>m_major_violations</td> - <td>33</td> + <td>40</td> </tr> </tbody></table> |