summaryrefslogtreecommitdiffstats
path: root/install/ui/test/aci_tests.html
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/aci_tests.html')
-rwxr-xr-xinstall/ui/test/aci_tests.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/install/ui/test/aci_tests.html b/install/ui/test/aci_tests.html
index a89a97e2..4d055a40 100755
--- a/install/ui/test/aci_tests.html
+++ b/install/ui/test/aci_tests.html
@@ -4,14 +4,12 @@
<title>Access Control Interface Test Suite</title>
<link rel="stylesheet" href="qunit.css" type="text/css" media="screen">
<script type="text/javascript" src="qunit.js"></script>
-
-
-
<script type="text/javascript" src="../jquery.js"></script>
<script type="text/javascript" src="../jquery.ba-bbq.js"></script>
<script type="text/javascript" src="../jquery-ui.js"></script>
<script type="text/javascript" src="../jquery.ordered-map.js"></script>
<script type="text/javascript" src="../ipa.js"></script>
+ <script type="text/javascript" src="../field.js"></script>
<script type="text/javascript" src="../widget.js"></script>
<script type="text/javascript" src="../dialog.js"></script>
<script type="text/javascript" src="../details.js"></script>
@@ -22,7 +20,7 @@
<script type="text/javascript" src="../association.js"></script>
<script type="text/javascript" src="../navigation.js"></script>
<script type="text/javascript" src="../aci.js"></script>
-
+
<script type="text/javascript" src="aci_tests.js"></script>
</head>
<body>