aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2010-02-25 11:09:39 +0000
committerRichard Worth <rdworth@gmail.com>2010-02-25 11:09:39 +0000
commit9483dcdbe61f33e2cc5ea0c56297f254a82990b8 (patch)
tree66016c8591af13a8010f3517e7350c153f2887cd /tests/visual
parent1fd3e6bd0b2bbb06cb4135506e039aad84d15d62 (diff)
downloadjquery-ui-9483dcdbe61f33e2cc5ea0c56297f254a82990b8.tar.gz
jquery-ui-9483dcdbe61f33e2cc5ea0c56297f254a82990b8.zip
Externals: updated QUnit to http://github.com/jquery/qunit commit 67ba5a338d836014c24345dc218ab3c9bb63b06e
The various updates to the unit test suites introduced 0 regressions due to update of QUnit, however the addition of jquery.ui.dialog.css to the dialog test suite did introduce one regression, to the dialog option height tests. Also removed some old crufty woefully incomplete unused and rotted test harnesses.
Diffstat (limited to 'tests/visual')
-rw-r--r--tests/visual/index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/visual/index.html b/tests/visual/index.html
index 304a7ee2f..ec19b53f0 100644
--- a/tests/visual/index.html
+++ b/tests/visual/index.html
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
- <title>Visual Tests</title>
+ <title>jQuery UI Visual Tests</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css" type="text/css" />
<script type="text/javascript" src="../../jquery-1.4.2.js"></script>
<script type="text/javascript">
@@ -12,6 +12,8 @@
</head>
<body>
+
+<h1>jQuery UI Visual Tests</h1>
<h2>Interactions</h2>
<ul>
@@ -25,6 +27,7 @@
<h2>Widgets</h2>
<ul>
<li><a href="accordion/default.html">Accordion</a></li>
+ <li><a href="autocomplete/default.html">Autocomplete</a></li>
<li><a href="button/default.html">Button</a></li>
<li><a href="datepicker/default.html">Datepicker</a></li>
<li><a href="dialog/default.html">Dialog</a></li>