diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2013-08-15 09:53:11 +0200 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2013-08-15 13:17:40 +0200 |
commit | ed3791d2f372257a1aab43043ea34d32bc6f610d (patch) | |
tree | 699cd2e9e5b01e7f3fce8755688b525249ae7be3 /install/ui/test/functional/krbtpolicy-suite.html | |
parent | 1fa0f778786e451a21d78a291cd4e2762f9d028b (diff) | |
download | freeipa.git-ed3791d2f372257a1aab43043ea34d32bc6f610d.tar.gz freeipa.git-ed3791d2f372257a1aab43043ea34d32bc6f610d.tar.xz freeipa.git-ed3791d2f372257a1aab43043ea34d32bc6f610d.zip |
Removal of deprecated selenium tests
Tests were deprecated by new FreeIPA 3.3 Web UI integration tests (ticket #3744).
https://fedorahosted.org/freeipa/ticket/3857
Diffstat (limited to 'install/ui/test/functional/krbtpolicy-suite.html')
-rw-r--r-- | install/ui/test/functional/krbtpolicy-suite.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/install/ui/test/functional/krbtpolicy-suite.html b/install/ui/test/functional/krbtpolicy-suite.html deleted file mode 100644 index 9eccf04f..00000000 --- a/install/ui/test/functional/krbtpolicy-suite.html +++ /dev/null @@ -1,14 +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> - <meta content="text/html; charset=UTF-8" http-equiv="content-type" /> - <title>Test Suite</title> -</head> -<body> -<table id="suiteTable" cellpadding="1" cellspacing="1" border="1" class="selenium"><tbody> -<tr><td><b>Test Suite</b></td></tr> -<tr><td><a href="krbtpolicy-mod.html">Edit Kerberos Ticket Policy</a></td></tr> -</tbody></table> -</body> -</html> |