aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/dialog/dialog_core.js
Commit message (Collapse)AuthorAgeFilesLines
* Widget: Throw errors when calling non-existent methods or methods on ↵Scott González2010-08-271-17/+0
| | | | uninistantiated widgets. Fixes #5972 - Widget: Throw error for non-existent method calls.
* Externals: updated QUnit to http://github.com/jquery/qunit commit ↵Richard Worth2010-02-251-1/+1
| | | | | | | 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.
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-071-0/+5
| | | | menu; including menu static tests).
* dialog unit tests: options closeOnEscape, draggableRichard Worth2009-09-191-5/+5
|
* dialog unit tests: split tests into individual filesRichard Worth2009-02-041-2/+140
|
* unit tests: created separate file for each module: core, common widget, ↵Richard Worth2009-02-021-0/+12
events, methods, options, tickets