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/index.html | |
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/index.html')
-rw-r--r-- | tests/unit/index.html | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/tests/unit/index.html b/tests/unit/index.html index 11f478bf7..325d5127f 100644 --- a/tests/unit/index.html +++ b/tests/unit/index.html @@ -1,10 +1,22 @@ <!doctype html> <html lang="en"> <head> - <title>jQuery UI Unit Test Suite</title> + <title>jQuery UI Unit Tests</title> <link type="text/css" href="../../themes/base/jquery.ui.base.css" rel="stylesheet" /> - <link type="text/css" href="testsuite.css" rel="stylesheet" /> + <link rel="stylesheet" href="../../external/qunit.css" type="text/css"/> + <style type="text/css"> + ul { font-family: 'trebuchet ms', verdana, arial; } + h2, ul {font-size: 10pt; } + h2 { + background-color:#EEEEEE; + color:black; + font-size:small; + font-weight:normal; + margin:0; + padding:10px; + } + </style> <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> @@ -30,7 +42,7 @@ </head> <body> -<h1>jQuery UI Unit Tests</h1> +<h1 id="qunit-header">jQuery UI Unit Tests</h1> <h2>Core</h2> <ul> |