aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/datepicker/datepicker_methods.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-126/+0
| | | | Ref gh-1528
* Tests: Widget test helpers extend the main helperScott González2015-04-091-20/+20
| | | | | Ref #10119 Ref gh-1528
* Datepicker: Convert tests to new infrastructureScott González2015-04-091-24/+25
| | | | | Ref #10119 Ref gh-1528
* Tests: Correct all 404 errors in the test suiteMike Sherov2013-01-021-2/+2
|
* Tests: Convert single quotes to double quotes.Mike Sherov2012-12-261-102/+102
|
* Dev: remove globals from tests and moved test helpers to correct location - ↵Mike Sherov2012-11-031-19/+19
| | | | Fixed #8770 Dev: Remove globals and Standardize Test Suite
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-231-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Tests: Enable QUnit.config.requireExpects.Scott González2012-06-271-0/+2
|
* Tests: Lint.Scott González2012-04-191-16/+18
|
* .attr() -> .prop()Scott González2011-06-081-3/+3
|
* Datepicker: Disabled datepicker should disable own select element too. Fixed ↵Kato Kazuyoshi2011-05-071-1/+4
| | | | #6850 - Disable datepicker should disable month and year dropdowns.
* Fix datepicker tests to pass in Chrome and run faster by letting QUnitjzaefferer2011-02-181-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: renabling tests, with timeouts inbetween each test, hopefully ↵Jörn Zaefferer2009-09-191-1/+6
| | | | avoids to kill testswarm clients with slow-script warnings
* datepicker unit tests: split tests into individual filesRichard Worth2009-02-041-2/+108
|
* unit tests: created separate file for each module: core, common widget, ↵Richard Worth2009-02-021-0/+12
events, methods, options, tickets