]> source.dussan.org Git - jquery-ui.git/commit
unit tests: created separate file for each module: core, common widget, events, metho...
authorRichard Worth <rdworth@gmail.com>
Mon, 2 Feb 2009 14:36:08 +0000 (14:36 +0000)
committerRichard Worth <rdworth@gmail.com>
Mon, 2 Feb 2009 14:36:08 +0000 (14:36 +0000)
commit43ab3a04e549a31a0872b03f22d1e26ad22c2cb4
treecc54ea5e747c3f8c1200c641dbe7fb6f96549922
parentbf16dc1853dca7961947158a1d3be430362386eb
unit tests: created separate file for each module: core, common widget, events, methods, options, tickets
48 files changed:
tests/unit/accordion/accordion_core.js [new file with mode: 0644]
tests/unit/accordion/accordion_defaults.js [new file with mode: 0644]
tests/unit/accordion/accordion_events.js [new file with mode: 0644]
tests/unit/accordion/accordion_methods.js [new file with mode: 0644]
tests/unit/accordion/accordion_options.js [new file with mode: 0644]
tests/unit/accordion/accordion_tickets.js [new file with mode: 0644]
tests/unit/datepicker/datepicker_core.js [new file with mode: 0644]
tests/unit/datepicker/datepicker_defaults.js [new file with mode: 0644]
tests/unit/datepicker/datepicker_events.js [new file with mode: 0644]
tests/unit/datepicker/datepicker_methods.js [new file with mode: 0644]
tests/unit/datepicker/datepicker_options.js [new file with mode: 0644]
tests/unit/datepicker/datepicker_tickets.js [new file with mode: 0644]
tests/unit/dialog/dialog_core.js [new file with mode: 0644]
tests/unit/dialog/dialog_defaults.js [new file with mode: 0644]
tests/unit/dialog/dialog_events.js [new file with mode: 0644]
tests/unit/dialog/dialog_methods.js [new file with mode: 0644]
tests/unit/dialog/dialog_options.js [new file with mode: 0644]
tests/unit/dialog/dialog_tickets.js [new file with mode: 0644]
tests/unit/progressbar/progressbar_core.js [new file with mode: 0644]
tests/unit/progressbar/progressbar_defaults.js [new file with mode: 0644]
tests/unit/progressbar/progressbar_events.js [new file with mode: 0644]
tests/unit/progressbar/progressbar_methods.js [new file with mode: 0644]
tests/unit/progressbar/progressbar_options.js [new file with mode: 0644]
tests/unit/progressbar/progressbar_tickets.js [new file with mode: 0644]
tests/unit/resizable/resizable_core.js [new file with mode: 0644]
tests/unit/resizable/resizable_defaults.js [new file with mode: 0644]
tests/unit/resizable/resizable_events.js [new file with mode: 0644]
tests/unit/resizable/resizable_methods.js [new file with mode: 0644]
tests/unit/resizable/resizable_options.js [new file with mode: 0644]
tests/unit/resizable/resizable_tickets.js [new file with mode: 0644]
tests/unit/selectable/selectable_core.js [new file with mode: 0644]
tests/unit/selectable/selectable_defaults.js [new file with mode: 0644]
tests/unit/selectable/selectable_events.js [new file with mode: 0644]
tests/unit/selectable/selectable_methods.js [new file with mode: 0644]
tests/unit/selectable/selectable_options.js [new file with mode: 0644]
tests/unit/selectable/selectable_tickets.js [new file with mode: 0644]
tests/unit/sortable/sortable_core.js [new file with mode: 0644]
tests/unit/sortable/sortable_defaults.js [new file with mode: 0644]
tests/unit/sortable/sortable_events.js [new file with mode: 0644]
tests/unit/sortable/sortable_methods.js [new file with mode: 0644]
tests/unit/sortable/sortable_options.js [new file with mode: 0644]
tests/unit/sortable/sortable_tickets.js [new file with mode: 0644]
tests/unit/tabs/tabs_core.js [new file with mode: 0644]
tests/unit/tabs/tabs_defaults.js [new file with mode: 0644]
tests/unit/tabs/tabs_events.js [new file with mode: 0644]
tests/unit/tabs/tabs_methods.js [new file with mode: 0644]
tests/unit/tabs/tabs_options.js [new file with mode: 0644]
tests/unit/tabs/tabs_tickets.js [new file with mode: 0644]