diff options
author | fmallet <freddy.mallet@gmail.com> | 2010-09-20 15:20:35 +0000 |
---|---|---|
committer | fmallet <freddy.mallet@gmail.com> | 2010-09-20 15:20:35 +0000 |
commit | 602eae7e4c087f2887a2e2f391cb92de476718c1 (patch) | |
tree | b39b65d7f065de70e32ab2996b3fa582fceeb4c8 /tests | |
parent | 732074fe5a726b89aa111e25314db90ef818b47a (diff) | |
download | sonarqube-602eae7e4c087f2887a2e2f391cb92de476718c1.tar.gz sonarqube-602eae7e4c087f2887a2e2f391cb92de476718c1.zip |
Fix integration test
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 85fc80f16f9..c21a0db9362 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>64.5%</td> + <td>60.1%</td> </tr> <tr> <td>assertText</td> <td>m_major_violations</td> - <td>40</td> + <td>45</td> </tr> </tbody></table> |