diff options
author | Godin <mandrikov@gmail.com> | 2010-12-02 21:48:31 +0000 |
---|---|---|
committer | Godin <mandrikov@gmail.com> | 2010-12-02 21:48:31 +0000 |
commit | 15d38b974fe5e49ddc8bb98093f4f110150b212c (patch) | |
tree | 0fb2bb5d27f7191537ae7618115374c0b2e7dbd5 /tests | |
parent | 0853bc889c30602733a4520327ee3fb6c8dacd92 (diff) | |
download | sonarqube-15d38b974fe5e49ddc8bb98093f4f110150b212c.tar.gz sonarqube-15d38b974fe5e49ddc8bb98093f4f110150b212c.zip |
SONAR-1450: Add IT
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/tests/src/it/selenium/timemachine/violations-timemachine.html | 57 |
1 files changed, 57 insertions, 0 deletions
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 index 00000000000..332cadb01d5 --- /dev/null +++ b/tests/integration/tests/src/it/selenium/timemachine/violations-timemachine.html @@ -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> |