summaryrefslogtreecommitdiffstats
path: root/install/static/test/index.html
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-19 12:26:14 -0500
committerEndi Sukma Dewata <edewata@people01.fedoraproject.org>2011-01-20 14:12:47 +0000
commitb9ad279ad2d8d93dd501115a028783cf8fe7fcbd (patch)
tree3c3bd271231ff635278b1cf88bfbd79d792de23d /install/static/test/index.html
parent835436df1549578932705f5722bc78ec985c2f69 (diff)
downloadfreeipa.git-b9ad279ad2d8d93dd501115a028783cf8fe7fcbd.tar.gz
freeipa.git-b9ad279ad2d8d93dd501115a028783cf8fe7fcbd.tar.xz
freeipa.git-b9ad279ad2d8d93dd501115a028783cf8fe7fcbd.zip
rename static to ui
Directory rename
Diffstat (limited to 'install/static/test/index.html')
-rw-r--r--install/static/test/index.html43
1 files changed, 0 insertions, 43 deletions
diff --git a/install/static/test/index.html b/install/static/test/index.html
deleted file mode 100644
index 78b41e9b..00000000
--- a/install/static/test/index.html
+++ /dev/null
@@ -1,43 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title>IPA Test Suite</title>
- <link rel="stylesheet" href="qunit.css" type="text/css" media="screen">
- <style type="text/css">
-#content {
- font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
- font-size: smaller;
-
- border-bottom: 1px solid #fff;
- padding: 0.5em 0.5em 0.5em 2.5em;
-
- color: #2b81af;
- background-color: #D2E0E6;
-}
- </style>
-</head>
-<body>
- <h1 id="qunit-header">IPA Test Suite</h1>
-
- <h2 id="qunit-banner" class="qunit-pass"></h2>
-
- <div id="content">
- <a href="all_tests.html">Complete Test Suite</a>
- <ul>
- <li><a href="ipa_tests.html">Core Test Suite</a>
- <li><a href="entity_tests.html">Entity Test Suite</a>
- <li><a href="details_tests.html">Details Test Suite</a>
- <li><a href="association_tests.html">Association Test Suite</a>
- <li><a href="navigation_tests.html">Navigation Test Suite</a>
- <li><a href="certificate_tests.html">Certificate Test Suite</a>
- <li><a href="aci_tests.html">Access Control Interface Test Suite</a>
-
- </ul>
- </div>
-
- <div id="qunit-testresult">
- <br>
- </div>
-
-</body>
-</html>