diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-03-10 15:38:30 +0100 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-03-10 15:39:37 +0100 |
commit | 575baa0e2c0584ab6ed297b2a566313ef50bf215 (patch) | |
tree | 9c11390db68a77e6d976f14bb87cb45f7b6023b4 /external/qunit.css | |
parent | edec16acbbac57596364a5c1f9d2bb895143f5c1 (diff) | |
download | jquery-ui-575baa0e2c0584ab6ed297b2a566313ef50bf215.tar.gz jquery-ui-575baa0e2c0584ab6ed297b2a566313ef50bf215.zip |
Updated to QUnit 1.4.0.
Added expect(0) to make tabs and tooltip tests pass, even though those assertions are actually missing.
Introduces dialog and slider failures when running in composite all.html suite, all green when running one by one, also all-active.html is green.
Diffstat (limited to 'external/qunit.css')
-rw-r--r-- | external/qunit.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/qunit.css b/external/qunit.css index 58101ea34..4be7e3643 100644 --- a/external/qunit.css +++ b/external/qunit.css @@ -1,5 +1,5 @@ /** - * QUnit v1.4.0pre - A JavaScript Unit Testing Framework + * QUnit v1.4.0 - A JavaScript Unit Testing Framework * * http://docs.jquery.com/QUnit * |