diff options
Diffstat (limited to 'tests/integration/tests/src/test/selenium/profiles/permalink-to-checkstyle-configuration.html')
-rw-r--r-- | tests/integration/tests/src/test/selenium/profiles/permalink-to-checkstyle-configuration.html | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/tests/integration/tests/src/test/selenium/profiles/permalink-to-checkstyle-configuration.html b/tests/integration/tests/src/test/selenium/profiles/permalink-to-checkstyle-configuration.html deleted file mode 100644 index 15f76b375e8..00000000000 --- a/tests/integration/tests/src/test/selenium/profiles/permalink-to-checkstyle-configuration.html +++ /dev/null @@ -1,32 +0,0 @@ -<?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="" /> -<title>permalink-to-checkstyle-configuration</title> -</head> -<body> -<table cellpadding="1" cellspacing="1" border="1"> -<thead> -<tr><td rowspan="1" colspan="3">permalink-to-checkstyle-configuration</td></tr> -</thead><tbody> -<tr> - <td>open</td> - <td>/profiles/export?format=checkstyle&language=java&name=Sonar%2520way</td> - <td></td> -</tr> -<tr> - <td>waitForElementPresent</td> - <td>//module[@name='Checker']</td> - <td></td> -</tr> -<tr> - <td>assertElementPresent</td> - <td>//module[@name='Checker']/module[@name='TreeWalker']</td> - <td></td> -</tr> - -</tbody></table> -</body> -</html> |