]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-1450: Add IT
authorGodin <mandrikov@gmail.com>
Thu, 2 Dec 2010 21:48:31 +0000 (21:48 +0000)
committerGodin <mandrikov@gmail.com>
Thu, 2 Dec 2010 21:48:31 +0000 (21:48 +0000)
tests/integration/tests/src/it/selenium/timemachine/violations-timemachine.html [new file with mode: 0644]

diff --git a/tests/integration/tests/src/it/selenium/timemachine/violations-timemachine.html b/tests/integration/tests/src/it/selenium/timemachine/violations-timemachine.html
new file mode 100644 (file)
index 0000000..332cadb
--- /dev/null
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!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="http://localhost:9000/" />
+<title>violations-timemachine</title>
+</head>
+<body>
+<table cellpadding="1" cellspacing="1" border="1">
+<thead>
+<tr><td rowspan="1" colspan="3">violations-timemachine</td></tr>
+</thead><tbody>
+<tr>
+       <td>open</td>
+       <td>http://localhost:9000/dashboard/index/org.sonar.tests:violations-timemachine</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>profile Integration tests</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertText</td>
+       <td>m_violations</td>
+       <td>8</td>
+</tr>
+<tr>
+       <td>assertText</td>
+       <td>m_critical_violations</td>
+       <td>0</td>
+</tr>
+<tr>
+       <td>assertText</td>
+       <td>m_major_violations</td>
+       <td>4</td>
+</tr>
+<tr>
+       <td>assertText</td>
+       <td>m_minor_violations</td>
+       <td>0</td>
+</tr>
+<tr>
+       <td>assertText</td>
+       <td>m_blocker_violations</td>
+       <td>0</td>
+</tr>
+<tr>
+       <td>assertText</td>
+       <td>m_info_violations</td>
+       <td>4</td>
+</tr>
+
+</tbody></table>
+</body>
+</html>