diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-12-21 12:29:12 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-12-21 12:29:12 +0000 |
commit | dd569d0a9c492f58ae55566ace46adf420d40284 (patch) | |
tree | ad62fc3a1407e4eb46c2a193db6c2cbdaf4c6806 /tests/integration | |
parent | eb28861955f2823b4b2e92c4a59683d16d0b8dbb (diff) | |
download | sonarqube-dd569d0a9c492f58ae55566ace46adf420d40284.tar.gz sonarqube-dd569d0a9c492f58ae55566ace46adf420d40284.zip |
fix typo in IT
Diffstat (limited to 'tests/integration')
-rw-r--r-- | tests/integration/tests/src/test/selenium/dashboard/SONAR-601-project-without-measures.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/integration/tests/src/test/selenium/dashboard/SONAR-601-project-without-measures.html b/tests/integration/tests/src/test/selenium/dashboard/SONAR-601-project-without-measures.html index 63ab4f3b21b..ab5c78defee 100644 --- a/tests/integration/tests/src/test/selenium/dashboard/SONAR-601-project-without-measures.html +++ b/tests/integration/tests/src/test/selenium/dashboard/SONAR-601-project-without-measures.html @@ -38,7 +38,7 @@ </tr> <tr> <td>assertText</td> - <td>resource-key</td> + <td>resource_key</td> <td>org.sonar.tests:jar-without-sources</td> </tr> <tr> @@ -56,7 +56,6 @@ <td>org.sonar.tests:pom-without-modules</td> <td></td> </tr> - </tbody></table> </body> </html> |