aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/menu/menu_methods.js
Commit message (Collapse)AuthorAgeFilesLines
* Menu tests: Don't pollute the global namespace with helpers.kborchers2012-04-191-7/+10
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-4/+4
|
* Menu: Added unit tests for the enable, disable and refresh methods as well ↵kborchers2012-01-221-0/+30
| | | | as the disabled option. Cleaned up some variable names in unit tests.
* Adding a domEqual assertion to our testsuite for more sane DOMjzaefferer2011-02-251-7/+3
| | | | | comparisons. Comparing innerHTML is too dependent on random browser quirks like IE only sometimes rendering closing tags.
* Menu:the first set of unit test files.dominiquevincent2010-05-061-0/+19
Signed-off-by: dominiquevincent <dominique.vincent@toitl.com>