diff options
author | fmallet <freddy.mallet@gmail.com> | 2010-09-20 15:28:57 +0000 |
---|---|---|
committer | fmallet <freddy.mallet@gmail.com> | 2010-09-20 15:28:57 +0000 |
commit | 74635c14aac01f60c2e7c07f79a12fc452ac7db2 (patch) | |
tree | 4c8d3f865ef794efe1393962014878d41e0486db /tests | |
parent | 7aa5532f20fea50ed80d7829bf85cb6ed78a8120 (diff) | |
download | sonarqube-74635c14aac01f60c2e7c07f79a12fc452ac7db2.tar.gz sonarqube-74635c14aac01f60c2e7c07f79a12fc452ac7db2.zip |
Fix integration tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/tests/src/it/selenium/hotspots/no_measures.html | 45 | ||||
-rw-r--r-- | tests/integration/tests/src/it/selenium/hotspots/rules_violations_hotspot.html | 2 |
2 files changed, 18 insertions, 29 deletions
diff --git a/tests/integration/tests/src/it/selenium/hotspots/no_measures.html b/tests/integration/tests/src/it/selenium/hotspots/no_measures.html index f327c52dc2d..16430de9314 100644 --- a/tests/integration/tests/src/it/selenium/hotspots/no_measures.html +++ b/tests/integration/tests/src/it/selenium/hotspots/no_measures.html @@ -2,37 +2,26 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head profile="http://selenium-ide.openqa.org/profiles/test-case"> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> - <link rel="selenium.base" href=""/> - <title>no_measures</title> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<link rel="selenium.base" href="" /> +<title>no_measures</title> </head> <body> <table cellpadding="1" cellspacing="1" border="1"> - <thead> - <tr> - <td rowspan="1" colspan="3">no_measures</td> - </tr> - </thead> - <tbody> - <tr> - <td>open</td> - <td> - /plugins/resource/org.sonar.tests:reference:org.sonar.samples.duplicated_lines_with_other_package2?page=org.sonar.plugins.core.hotspots.GwtHotspots - </td> - <td></td> - </tr> - <tr> - <td>assertText</td> - <td>violated-files-hotspot</td> - <td>glob:*No measures*</td> - </tr> - <tr> - <td>assertText</td> - <td>test_execution_time-hotspot</td> - <td>glob:*No measures*</td> - </tr> +<thead> +<tr><td rowspan="1" colspan="3">no_measures</td></tr> +</thead><tbody> +<tr> + <td>open</td> + <td>/plugins/resource/org.sonar.tests:reference:org.sonar.samples.duplicated_lines_with_other_package2?page=org.sonar.plugins.core.hotspots.GwtHotspots</td> + <td></td> +</tr> +<tr> + <td>assertText</td> + <td>test_execution_time-hotspot</td> + <td>glob:*No measures*</td> +</tr> - </tbody> -</table> +</tbody></table> </body> </html> diff --git a/tests/integration/tests/src/it/selenium/hotspots/rules_violations_hotspot.html b/tests/integration/tests/src/it/selenium/hotspots/rules_violations_hotspot.html index 73a46a5fc2a..3775c9bf77f 100644 --- a/tests/integration/tests/src/it/selenium/hotspots/rules_violations_hotspot.html +++ b/tests/integration/tests/src/it/selenium/hotspots/rules_violations_hotspot.html @@ -24,7 +24,7 @@ <tr> <td>assertText</td> <td>violated-files-hotspot</td> - <td>glob:*Utf8Characters*0*0*8*</td> + <td>glob:*Utf8Characters*0*0*9*</td> </tr> <tr> <td>click</td> |