From b900ea855cf72adfadc8e6b4343c600b5b04e75e Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Sun, 1 Feb 2009 01:57:28 +0000 Subject: unit tests: fixed missing tests to hide with new qunit checkbox --- tests/unit/dialog/dialog.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/unit/dialog') 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() { -- cgit v1.2.3