From 52005f42dda87e4dc06d5688c27bf6b82ad80621 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Wed, 4 Feb 2009 04:35:18 +0000 Subject: dialog unit tests: split tests into individual files --- tests/unit/dialog/dialog_defaults.js | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'tests/unit/dialog/dialog_defaults.js') diff --git a/tests/unit/dialog/dialog_defaults.js b/tests/unit/dialog/dialog_defaults.js index 998a11b70..475f36ed2 100644 --- a/tests/unit/dialog/dialog_defaults.js +++ b/tests/unit/dialog/dialog_defaults.js @@ -3,7 +3,27 @@ */ var dialog_defaults = { - disabled: false + autoOpen: true, + bgiframe: false, + buttons: {}, + closeOnEscape: true, + closeText: 'close', + disabled: false, + dialogClass: '', + draggable: true, + height: 'auto', + maxHeight: undefined, + maxWidth: undefined, + minHeight: 150, + minWidth: 150, + modal: false, + position: 'center', + resizable: true, + shadow: false, + stack: true, + title: '', + width: 300, + zIndex: 1000 }; commonWidgetTests('dialog', { defaults: dialog_defaults }); -- cgit v1.2.3