diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-23 20:12:13 +0100 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-23 20:16:02 +0100 |
commit | a1fca497333231931a3df3e3973918ade12ab6bc (patch) | |
tree | a23250f49c116742877cbd92b5ce27f1b52a1035 /tests | |
parent | 08b5a7226458ebdfb46da424f9d68ad5841c927b (diff) | |
download | sonarqube-a1fca497333231931a3df3e3973918ade12ab6bc.tar.gz sonarqube-a1fca497333231931a3df3e3973918ade12ab6bc.zip |
SONAR-1526 comment_line_density is not rounded twice anymore -> fix IT
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/tests/src/test/selenium/static-analysis/static-analysis.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/tests/src/test/selenium/static-analysis/static-analysis.html b/tests/integration/tests/src/test/selenium/static-analysis/static-analysis.html index ca1849e3be1..a402649257f 100644 --- a/tests/integration/tests/src/test/selenium/static-analysis/static-analysis.html +++ b/tests/integration/tests/src/test/selenium/static-analysis/static-analysis.html @@ -24,7 +24,7 @@ <tr> <td>assertText</td> <td>m_comment_lines_density</td> - <td>4.4%</td> + <td>4.3%</td> </tr> <tr> <td>assertText</td> |