diff options
author | Richard Worth <rdworth@gmail.com> | 2010-02-25 11:09:39 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2010-02-25 11:09:39 +0000 |
commit | 9483dcdbe61f33e2cc5ea0c56297f254a82990b8 (patch) | |
tree | 66016c8591af13a8010f3517e7350c153f2887cd /tests/unit/selectable | |
parent | 1fd3e6bd0b2bbb06cb4135506e039aad84d15d62 (diff) | |
download | jquery-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/unit/selectable')
-rw-r--r-- | tests/unit/selectable/selectable.html | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/tests/unit/selectable/selectable.html b/tests/unit/selectable/selectable.html index 8ee88f719..a11ae7552 100644 --- a/tests/unit/selectable/selectable.html +++ b/tests/unit/selectable/selectable.html @@ -9,8 +9,8 @@ <script type="text/javascript" src="../../../ui/jquery.ui.mouse.js"></script> <script type="text/javascript" src="../../../ui/jquery.ui.selectable.js"></script> - <link type="text/css" href="../testsuite.css" rel="stylesheet" /> - <script type="text/javascript" src="../../../external/testrunner-r6588.js"></script> + <link rel="stylesheet" href="../../../external/qunit.css" type="text/css"/> + <script type="text/javascript" src="../../../external/qunit.js"></script> <script type="text/javascript" src="../../jquery.simulate.js"></script> <script type="text/javascript" src="../testsuite.js"></script> @@ -23,7 +23,13 @@ </head> <body> -<div id="main"> +<h1 id="qunit-header">jQuery UI Selectable Test Suite</h1> +<h2 id="qunit-banner"></h2> +<h2 id="qunit-userAgent"></h2> +<ol id="qunit-tests"> +</ol> + +<div id="main" style="position: absolute; top: -10000px; left: -10000px;"> <ul id="selectable1"> <li>Item 1</li> <li>Item 2</li> |