Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Rename files | Scott González | 2015-04-09 | 1 | -530/+0 |
| | | | | Ref gh-1528 | ||||
* | Tests: Widget test helpers extend the main helper | Scott González | 2015-04-09 | 1 | -64/+64 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Datepicker: Convert tests to new infrastructure | Scott González | 2015-04-09 | 1 | -70/+72 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Datepicker test: Attempt to work around an intermittent issue in IE when run ↵ | Scott González | 2013-12-03 | 1 | -1/+5 |
| | | | | through TestSwarm. | ||||
* | Datepicker Tests: Fix hanging IE tests resulting from asynchronous blur | Mike Sherov | 2013-04-14 | 1 | -1/+4 |
| | |||||
* | Datepicker Tests: fix failing oldIE tests by creating new inputs to focus ↵ | Mike Sherov | 2013-04-14 | 1 | -156/+214 |
| | | | | when necessary for focus tests. | ||||
* | Tests: Convert single quotes to double quotes. | Mike Sherov | 2012-12-26 | 1 | -329/+329 |
| | |||||
* | Datepicker tests: Handle async focus in IE. | Scott González | 2012-12-11 | 1 | -109/+142 |
| | |||||
* | Datepicker: Run JSHint test in unit tests. | Scott González | 2012-12-06 | 1 | -0/+2 |
| | |||||
* | Datepicker: reinitialize datepicker if mainDiv isn't on the page. Fixed ↵ | Roman Salnikov | 2012-11-19 | 1 | -0/+10 |
| | | | | #5679 - Datepicker should reinitialize if dpDiv is removed | ||||
* | Datepicker tests: Fixed setting of option. | Scott González | 2012-11-13 | 1 | -1/+1 |
| | |||||
* | Dev: remove globals from tests and moved test helpers to correct location - ↵ | Mike Sherov | 2012-11-03 | 1 | -77/+53 |
| | | | | Fixed #8770 Dev: Remove globals and Standardize Test Suite | ||||
* | Datepicker: Removed iframe cover for IE6. | Scott González | 2012-10-26 | 1 | -10/+7 |
| | |||||
* | Build: Enable "unused" option in jshint - Remove unused variables from ↵ | Mike Sherov | 2012-10-23 | 1 | -15/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | codebase. - Closes gh-788 Squashed commit of the following: commit 7f19f92c646f180bc067bb24123175251a64a9d6 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 10:34:28 2012 -0400 put back in fake args for signatures that we want to keep commit 257505a9e69da0c53e3a989dab87a13112045a29 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 08:10:20 2012 -0400 changes per @scott_gonzalez commit 12725480cb58e70865e5aa6e735009b6b035c8f3 Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:54:05 2012 -0400 clean up unused vars in ui directory commit 563595e7aee5d4a5c096b2d1de655abdf920aacd Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:37:42 2012 -0400 clean up unused vars in grunt and tests | ||||
* | Remove use of $.browser; add $.ui.ie and $.ui.ie6 temporarily. | Scott González | 2012-10-10 | 1 | -2/+2 |
| | |||||
* | Tests: Enable QUnit.config.requireExpects. | Scott González | 2012-06-27 | 1 | -0/+6 |
| | |||||
* | Tests: Lint. | Scott González | 2012-04-19 | 1 | -39/+41 |
| | |||||
* | Datepicker tests: Use $.ui.keyCode instead of $.simulate.VK_*. | Scott González | 2012-03-27 | 1 | -48/+48 |
| | |||||
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 1 | -35/+35 |
| | |||||
* | Datepicker: Remove old "ui-datepicker-multi-N" before add new one. Fixed ↵ | Kato Kazuyoshi | 2011-05-05 | 1 | -0/+8 |
| | | | | #6704 - Display overflow when multiple datepickers have different numberOfMonths. | ||||
* | Fix datepicker tests to pass in Chrome and run faster by letting QUnit | jzaefferer | 2011-02-18 | 1 | -6/+1 |
| | | | | | | handle the staggered proessing (renders at least once per second, faster then rendering after each test). Disabled broken manual-entry tests after confirming its only an issue in the test, not the impl. | ||||
* | Datepicker: prevent datepicker initialization on empty jquery collection and ↵ | Dan Heberden | 2011-02-15 | 1 | -0/+5 |
| | | | | add unit test. Fixed #6976 - datepicker creates extra dom element with empty object | ||||
* | Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵ | Scott González | 2010-01-07 | 1 | -0/+5 |
| | | | | menu; including menu static tests). | ||||
* | Datepicker - Fixed #4787 - Datepicker: fix animation control | Keith Wood | 2009-12-01 | 1 | -1/+1 |
| | |||||
* | datepicker: renabling tests, with timeouts inbetween each test, hopefully ↵ | Jörn Zaefferer | 2009-09-19 | 1 | -1/+6 |
| | | | | avoids to kill testswarm clients with slow-script warnings | ||||
* | Datepicker: Corrected unit tests for structural changes and end of month | Keith Wood | 2009-04-01 | 1 | -24/+37 |
| | |||||
* | datepicker unit tests: split tests into individual files | Richard Worth | 2009-02-04 | 1 | -2/+408 |
| | |||||
* | unit tests: created separate file for each module: core, common widget, ↵ | Richard Worth | 2009-02-02 | 1 | -0/+12 |
events, methods, options, tickets |