aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/testsuite.js
Commit message (Collapse)AuthorAgeFilesLines
* Restore QUnit's now dead feature of using jQuery to reset the fixture. Fixes ↵Jörn Zaefferer2012-08-301-1/+12
| | | | tooltip unit tests
* Tests: Removed completed TODO.Scott González2012-08-261-1/+0
|
* Update to QUnit 1.9.0 and use new urlConfig for custom checkboxesJörn Zaefferer2012-07-111-2/+12
|
* Tests: Enable QUnit.config.requireExpects.Scott González2012-06-271-0/+10
|
* Tests: Remove the need to include the 'ui.' prefix in testJshint() now that ↵Scott González2012-06-151-2/+2
| | | | effects use 'ui.'.
* Tests: Check .data() and event bindings in domEqual().Scott González2012-06-091-0/+3
|
* Tests: Differentiate between attributes and properties in domEqual().Scott González2012-05-291-4/+11
|
* Tests: Convert children to an array in domEqual().Scott González2012-05-251-1/+1
|
* Tests: Added several more property checks to domEqual().Scott González2012-05-251-15/+39
|
* Tests: LintingCorey Frang2012-04-301-1/+1
|
* Tests: Run JSHint.Scott González2012-04-291-4/+9
|
* Tests: Check for null error objects when reporting JSHint errors.Scott González2012-04-241-0/+5
|
* Tests: Add custom URL configs to QUnit.config.urlConfig for discoverability.Scott González2012-04-231-0/+2
|
* Tests: Moved loadResources to TestHelpers.Scott González2012-04-231-9/+30
|
* Tests: Run JSHint in unit tests, unless nojshint=1 is specified in the query ↵Scott González2012-04-231-2/+37
| | | | string.
* Tests: Move commonWidgetTests() to TestHelpers.Scott González2012-04-191-1/+1
|
* Accordion tests: Don't polloute the global namespace with helpers.Scott González2012-04-191-0/+2
|
* Tests: Lint.Scott González2012-04-181-8/+10
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-4/+4
|
* .attr() -> .prop()Scott González2011-06-081-1/+1
|
* Tests: Updated version check.Scott González2011-05-281-1/+1
|
* Add simple error handling for domEqual method (was failing for menu, output ↵Jörn Zaefferer2011-05-021-0/+4
| | | | not helpful).
* Tests: Allow overriding enable and disable methods to add custom logic.Scott González2011-03-291-2/+0
|
* Use QUnit.push instead of assertion method for custom assertions to getjzaefferer2011-03-201-1/+2
| | | | correct filename and line number output
* Adding a domEqual assertion to our testsuite for more sane DOMjzaefferer2011-02-251-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ález2011-02-101-2/+0
|
* Added version property to plugins that were missing them.Scott González2011-02-031-0/+3
|
* Accordion: Renamed changestart and change events to beforeActivate and ↵Scott González2011-01-251-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ález2011-01-241-2/+2
|
* Accordion tests: Cleanup.Scott González2011-01-241-23/+51
|
* Seperated testswarm injection from testsuite extensions, to fix 'failing' ↵jzaefferer2010-08-291-10/+0
| | | | testsuites on TestSwarm due to unhandled errors and race conditions
* Update testswarm url for new serverjzaefferer2010-03-231-1/+1
|
* global introduced by jQuery 1.3.x is gone, don't need the noglobals fix anymoreJörn Zaefferer2010-03-201-3/+0
|
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-071-58/+6
| | | | menu; including menu static tests).
* uni tests: cleanup after common widget testsJörn Zaefferer2009-09-171-0/+2
|
* tests: declare global introduced in jQuery 1.3.2 Sizzle (fixed in trunk/1.3.3)Jörn Zaefferer2009-09-151-0/+2
|
* common widget tests: improve handling of functions (even same() can't ↵Jörn Zaefferer2009-09-151-1/+9
| | | | compare two functions by their "content")
* removed code that created testsuite markup; QUnit handles thatJörn Zaefferer2009-09-111-11/+0
|
* inject testswarm agent when the test is run by testswarmJörn Zaefferer2009-09-111-0/+10
|
* whitespaceRichard Worth2009-04-171-69/+69
|
* unit tests: minor updatesRichard Worth2009-02-021-1/+1
|
* unit tests: added common widget tests. Thanks Scott G.Richard Worth2009-02-021-0/+83
|
* restructured unit tests folderRichard Worth2009-01-071-0/+10