aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* Accordion tests: Don't use deprecated assertion methods.Scott González2011-06-136-89/+89
* effects.core: Convert elements height/width to px and restore after animation...tomykaira2011-06-092-0/+26
* Merge remote branch 'davidmurdoch/ticket-5645'Jörn Zaefferer2011-06-093-29/+478
|\
| * Fix visual test in IE6 and move the new helper functions for getting scrollba...David Murdoch2011-05-261-31/+6
| * updated tests to account for scrollbar width/heightDavid Murdoch2011-05-261-6/+31
| * Removing unnecessary variables, caching 'within' in tests where its beneficia...David Murdoch2011-05-162-189/+75
| * position now passes all tests! 0/David Murdoch2011-05-132-6/+5
| * The qunit-fixture were preventing the results from being clicked. Make the re...David Murdoch2011-05-122-10/+9
| * Another whitespace fixDavid Murdoch2011-05-121-103/+103
| * Add tests for position's `within`David Murdoch2011-05-122-19/+585
| * Whitespace fixDavid Murdoch2011-05-121-1/+1
| * Fix typos in original testsDavid Murdoch2011-05-121-3/+2
* | Widget: Added ability to get deep options. Fixes #7459 - Widget: Extend .opti...Scott González2011-06-091-0/+19
* | Tooltip: Added tests for ui object in open and close events.Scott González2011-05-301-4/+9
* | Widget: Fixed _show() and _hide() implementation and added tests.Scott González2011-05-303-1/+263
* | Tooltip: Fixed handling of disabled tooltips.Scott González2011-05-291-0/+26
* | Tooltip: Don't close tooltips on mouseleave if the element is still focused.Scott González2011-05-291-0/+26
* | Tooltip: Change default collision detection to 'flip fit' since the default v...Scott González2011-05-291-1/+2
* | Tooltip: Alphabetized options.Scott González2011-05-281-1/+1
* | Tooltip: Fixed tooltipClass option and added test.Scott González2011-05-281-19/+27
* | Tooltip: Allow content updates via async response regardless of whether a syn...Scott González2011-05-283-26/+36
* | Tooltip tests: Refactored and added some tests.Scott González2011-05-282-35/+47
* | Tooltip: Added some tests.Scott González2011-05-282-1/+20
* | Tests: Updated version check.Scott González2011-05-281-1/+1
* | Tooltip tests: Coding standards.Scott González2011-05-286-112/+87
* | Button: modified the event bindings for focus and blur. Fixed #6711 - checkbo...Glenn Goodrich2011-05-261-0/+8
* | Spinner: Changed casing of option numberformat -> numberFormat.Scott González2011-05-252-8/+8
* | Unit Tests & effects.scale: Fixing bugs in effects unit tests - Particularly ...gnarf2011-05-182-6/+10
* | There's no guard against unparsed characters at the end of the date string, a...Jörn Zaefferer2011-05-181-0/+9
* | Merge remote branch 'kzys/trac-6656'Jörn Zaefferer2011-05-182-0/+6
|\ \
| * | Datepicker: onClose callback should be triggered by show. Fixed #6656 - onClo...Kato Kazuyoshi2011-05-072-0/+6
* | | Tabs: Fixed load event with back compat enabled.Scott González2011-05-173-57/+123
* | | Unit Tests: Cleaning up some code in effects unit tests, removing magic numbe...gnarf2011-05-161-15/+22
* | | Tabs: Enable test suites for TestSwarm.Scott González2011-05-162-20/+0
* | | Tabs: Added tests for load method.Scott González2011-05-161-2/+79
* | | Datepicker: Made the day of year calculator be more accurate. Fixes #6827 - D...Jay Merrifield2011-05-161-0/+5
* | | Unit Tests: adding unit test for #7356gnarf2011-05-121-0/+20
* | | Merge pull request #257 from dcneiner/buttonset-rtlScott González2011-05-121-0/+14
|\ \ \
| * | | Button: Added rtl detection so corner classes would properly be applied to bu...Doug Neiner2011-05-121-0/+14
* | | | Merge pull request #260 from gnarf37/effects-unitScott González2011-05-122-8/+63
|\ \ \ \ | |/ / / |/| | |
| * | | Unit Tests: effects: adding some animateClass testsgnarf2011-05-122-8/+63
* | | | Merge pull request #242 from gnarf37/effects-unitScott González2011-05-113-0/+106
|\| | |
| * | | Merge branch 'master' into effects-unitgnarf2011-05-1013-170/+420
| |\ \ \ | | | |/ | | |/|
| * | | Added some better queue order testinggnarf2011-05-041-5/+23
| * | | Merge branch 'master' into effects-unitgnarf2011-05-0411-106/+161
| |\ \ \
| * | | | Unit Tests: Adding some basic unit tests for effects.* modulesgnarf2011-05-012-9/+27
| * | | | Merge branch 'master' into effects-unitgnarf2011-05-0150-1220/+1817
| |\ \ \ \
| * | | | | unit tests: updating unit test boilerplate for effectsgnarf2011-03-292-32/+37
| * | | | | unit tests: adding an empty effects unit test pagegnarf2011-03-293-0/+65
* | | | | | Merge pull request #220 from kzys/trac-6850Scott González2011-05-111-1/+4
|\ \ \ \ \ \