Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Enable QUnit.config.requireExpects. | Scott González | 2012-06-27 | 1 | -0/+11 |
| | |||||
* | Tests: Lint. | Scott González | 2012-04-19 | 1 | -3/+6 |
| | |||||
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 1 | -15/+15 |
| | |||||
* | Widget: Throw errors when calling non-existent methods or methods on ↵ | Scott González | 2010-08-27 | 1 | -7/+1 |
| | | | | uninistantiated widgets. Fixes #5972 - Widget: Throw error for non-existent method calls. | ||||
* | Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ↵ | Scott González | 2010-07-30 | 1 | -6/+0 |
| | | | | | | maintain the stack" This reverts commit ea58cd5ac0d852a9c7d7ceadbcbb74006cf9052d. | ||||
* | Use pushStack in widget method. Fixes #5732 - make the widget method ↵ | jzaefferer | 2010-07-30 | 1 | -0/+6 |
| | | | | maintain the stack | ||||
* | Removed use of .data() for getting/setting options in tests; using each ↵ | Scott González | 2009-11-09 | 1 | -12/+2 |
| | | | | plugin's option method instead. Fixes #4853 - Remove use of .data() for options in tests. | ||||
* | dialog unit tests: methods close, moveToTop, open | Richard Worth | 2009-09-19 | 1 | -5/+22 |
| | |||||
* | dialog: fixed enable and disable methods | Richard Worth | 2009-09-19 | 1 | -2/+10 |
| | |||||
* | dialog: methods test cleanup | Jörn Zaefferer | 2009-09-15 | 1 | -1/+5 |
| | |||||
* | Merged in widget-factory branch and added tests. Fixes #4411 - Widget ↵ | Scott González | 2009-04-15 | 1 | -1/+40 |
| | | | | factory should auto detect getters. | ||||
* | dialog unit tests: split tests into individual files | Richard Worth | 2009-02-04 | 1 | -2/+65 |
| | |||||
* | unit tests: created separate file for each module: core, common widget, ↵ | Richard Worth | 2009-02-02 | 1 | -0/+12 |
events, methods, options, tickets |