diff options
author | Richard Worth <rdworth@gmail.com> | 2009-02-01 01:57:28 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-02-01 01:57:28 +0000 |
commit | b900ea855cf72adfadc8e6b4343c600b5b04e75e (patch) | |
tree | 2ffb59790910335b7e9ece781ea86a6ed75dccba /tests/unit/dialog | |
parent | 63f7e01d6122f3ee89b648694e08dcb5903890e5 (diff) | |
download | jquery-ui-b900ea855cf72adfadc8e6b4343c600b5b04e75e.tar.gz jquery-ui-b900ea855cf72adfadc8e6b4343c600b5b04e75e.zip |
unit tests: fixed missing tests to hide with new qunit checkbox
Diffstat (limited to 'tests/unit/dialog')
-rw-r--r-- | tests/unit/dialog/dialog.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/unit/dialog/dialog.js b/tests/unit/dialog/dialog.js index f71ad2ab6..8fc627a27 100644 --- a/tests/unit/dialog/dialog.js +++ b/tests/unit/dialog/dialog.js @@ -306,7 +306,7 @@ test("buttons", function() { }); test("closeOnEscape", function() { - ok(false, 'missing test'); + ok(false, 'missing test - untested code is broken code'); }); test("closeText", function() { @@ -455,11 +455,11 @@ test("minWidth", function() { }); test("modal", function() { - ok(false, "missing test"); + ok(false, 'missing test - untested code is broken code'); }); test("position", function() { - ok(false, "missing test"); + ok(false, 'missing test - untested code is broken code'); }); test("resizable", function() { @@ -479,7 +479,7 @@ test("resizable", function() { }); test("stack", function() { - ok(false, "missing test"); + ok(false, 'missing test - untested code is broken code'); }); test("title", function() { |