Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Move commonWidgetTests() to TestHelpers. | Scott González | 2012-04-19 | 1 | -1/+1 |
| | |||||
* | Accordion tests: Don't polloute the global namespace with helpers. | Scott González | 2012-04-19 | 1 | -0/+2 |
| | |||||
* | Tests: Lint. | Scott González | 2012-04-18 | 1 | -8/+10 |
| | |||||
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 1 | -4/+4 |
| | |||||
* | .attr() -> .prop() | Scott González | 2011-06-08 | 1 | -1/+1 |
| | |||||
* | Tests: Updated version check. | Scott González | 2011-05-28 | 1 | -1/+1 |
| | |||||
* | Add simple error handling for domEqual method (was failing for menu, output ↵ | Jörn Zaefferer | 2011-05-02 | 1 | -0/+4 |
| | | | | not helpful). | ||||
* | Tests: Allow overriding enable and disable methods to add custom logic. | Scott González | 2011-03-29 | 1 | -2/+0 |
| | |||||
* | Use QUnit.push instead of assertion method for custom assertions to get | jzaefferer | 2011-03-20 | 1 | -1/+2 |
| | | | | correct filename and line number output | ||||
* | Adding a domEqual assertion to our testsuite for more sane DOM | jzaefferer | 2011-02-25 | 1 | -1/+33 |
| | | | | | comparisons. Comparing innerHTML is too dependent on random browser quirks like IE only sometimes rendering closing tags. | ||||
* | Widget: Fixed super methods with deep inheritance chains. | Scott González | 2011-02-10 | 1 | -2/+0 |
| | |||||
* | Added version property to plugins that were missing them. | Scott González | 2011-02-03 | 1 | -0/+3 |
| | |||||
* | Accordion: Renamed changestart and change events to beforeActivate and ↵ | Scott González | 2011-01-25 | 1 | -5/+7 |
| | | | | activate, respectively. Fixes #6840 - Accordion: Rename changestart event to beforeActivate. Fixes #6842 - Accordion: Rename change event to activate. | ||||
* | Tests: Fixed erroneous refernece to accordion. | Scott González | 2011-01-24 | 1 | -2/+2 |
| | |||||
* | Accordion tests: Cleanup. | Scott González | 2011-01-24 | 1 | -23/+51 |
| | |||||
* | Seperated testswarm injection from testsuite extensions, to fix 'failing' ↵ | jzaefferer | 2010-08-29 | 1 | -10/+0 |
| | | | | testsuites on TestSwarm due to unhandled errors and race conditions | ||||
* | Update testswarm url for new server | jzaefferer | 2010-03-23 | 1 | -1/+1 |
| | |||||
* | global introduced by jQuery 1.3.x is gone, don't need the noglobals fix anymore | Jörn Zaefferer | 2010-03-20 | 1 | -3/+0 |
| | |||||
* | Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵ | Scott González | 2010-01-07 | 1 | -58/+6 |
| | | | | menu; including menu static tests). | ||||
* | uni tests: cleanup after common widget tests | Jörn Zaefferer | 2009-09-17 | 1 | -0/+2 |
| | |||||
* | tests: declare global introduced in jQuery 1.3.2 Sizzle (fixed in trunk/1.3.3) | Jörn Zaefferer | 2009-09-15 | 1 | -0/+2 |
| | |||||
* | common widget tests: improve handling of functions (even same() can't ↵ | Jörn Zaefferer | 2009-09-15 | 1 | -1/+9 |
| | | | | compare two functions by their "content") | ||||
* | removed code that created testsuite markup; QUnit handles that | Jörn Zaefferer | 2009-09-11 | 1 | -11/+0 |
| | |||||
* | inject testswarm agent when the test is run by testswarm | Jörn Zaefferer | 2009-09-11 | 1 | -0/+10 |
| | |||||
* | whitespace | Richard Worth | 2009-04-17 | 1 | -69/+69 |
| | |||||
* | unit tests: minor updates | Richard Worth | 2009-02-02 | 1 | -1/+1 |
| | |||||
* | unit tests: added common widget tests. Thanks Scott G. | Richard Worth | 2009-02-02 | 1 | -0/+83 |
| | |||||
* | restructured unit tests folder | Richard Worth | 2009-01-07 | 1 | -0/+10 |