Browse Source

Fix integration tests

tags/2.6
fmallet 13 years ago
parent
commit
74635c14aa

+ 17
- 28
tests/integration/tests/src/it/selenium/hotspots/no_measures.html View File

@@ -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>

+ 1
- 1
tests/integration/tests/src/it/selenium/hotspots/rules_violations_hotspot.html View File

@@ -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>

Loading…
Cancel
Save