aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/testsuite.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Remove old test infrastructureScott González2015-04-091-346/+0
| | | | | Ref #10119 Ref gh-1528
* Tests: Convert closeEnough() to a proper QUnit assertionScott González2015-04-091-2/+2
| | | | | | | Should eventually replace with qunit-assert-close. Ref #10119 Ref gh-1528
* Tests: Update `domEqual()` to work with jQuery gitScott González2015-03-251-2/+2
| | | | | | jQuery now returns `null` for empty attributes instead of `undefined`. Ref gh-1516
* Tests: Use jquery-git1 instead of jquery-gitScott González2015-03-111-1/+1
| | | | Closes gh-1480
* Build: Upgrade to jQuery 1.11.2Scott González2015-02-231-3/+8
| | | | Adds jQuery 1.11.0, 1.11.1, 1.11.2, 2.1.0, 2.1.1, 2.1.2, 2.1.3
* Tests: Fix style issues with missing or multiple line breaksJörn Zaefferer2015-01-241-1/+0
| | | | | As pointed out by jscs, after a esformatter run. The latter doesn't address these, so fixing them manually.
* All: Drop support for jQuery 1.6.xJörn Zaefferer2015-01-131-3/+3
| | | | | | | | | | | Affects core, effects, position and widget. Only position has unit tests that fail with jQuery 1.6 without the workaround. Drops the 1.6.x copies jQuery of jQuery and removes them from the select in the testsuites. Fixes #10723 Closes gh-1422
* Tests: Fix jQuery version references to match files in external/Jörn Zaefferer2015-01-121-1/+1
|
* Tests: CleanupScott González2014-09-031-17/+23
|
* Draggable Tests: Ensure scrolling and dragging tests assert correctlyDave Stein2014-08-221-2/+4
|
* Build: Reorganize external directoryScott González2014-06-241-1/+1
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* Tests: Expose jQuery version selectJörn Zaefferer2014-03-041-0/+11
| | | | Makes use of the extended urlConfig in QUnit 1.14
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-2/+2
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* Tests: Fix grammar error in commentAndrei Picus2014-01-081-1/+1
| | | | | | Changed it's to its. Closes gh-1164
* Tests: Skip JSHint in browsers that don't support Function.prototype.bind() ↵Scott González2013-11-221-1/+3
| | | | to work around a bug in JSHint.
* Tests: extract TestHelpers.forceScrollableWindow for tests that need the ↵Mike Sherov2013-10-191-0/+7
| | | | window to scroll
* Build: Remove the build task and it's dependencies. Will bring back testing ↵Jörn Zaefferer2013-09-201-0/+4
| | | | against minified files later.
* Tests: Fixed accidental use of comma instead of semicolon.Scott González2013-08-211-1/+1
|
* Draggable: active element blurs when clicking on a draggable. Fixes #4261 - ↵Steven Luscher2013-06-191-0/+12
| | | | Draggable: Inputs do not blur when clicking on a draggable
* Tests: Handle globals in .jshintrc.Scott González2013-03-271-10/+16
|
* Whitespace.Scott González2013-01-161-3/+3
|
* Dialog: Remove width, min-height, height styles on destroy. Fixes #8119 - ↵Scott González2012-12-041-4/+3
| | | | Dialog: Destroying a dialog leaves some styles changed.
* Revert "Dialog: Cleanup style properties on _destroy. Reenables style check ↵Scott González2012-12-041-2/+30
| | | | | | in domEqual, while removing commented and unnecessary old code. Fixes #8119 - Dialog: Destroying a dialog leaves style, scrollleft, and scrolltop leftovers." This reverts commit d687a1b10d1e176a6a8dd4420f1ea3a890640da0.
* Dialog: Cleanup style properties on _destroy. Reenables style check in ↵Jörn Zaefferer2012-12-041-30/+2
| | | | domEqual, while removing commented and unnecessary old code. Fixes #8119 - Dialog: Destroying a dialog leaves style, scrollleft, and scrolltop leftovers.
* Tests: Commented out getElementStyles() while its not used.Scott González2012-11-131-2/+2
|
* Tests: Temporarily remove style checks in domEqual().Scott González2012-11-131-1/+2
|
* Tests: Allow async domEqual() tests.Scott González2012-11-121-3/+14
|
* Dev: clean up dialog test suite with new helper methods. Fixes #8803 - Dev: ↵Mike Sherov2012-11-091-0/+8
| | | | re-enable the dialog test suite
* Tabs: Show panels on destroy. Fixes #8795 - Tabs: 'display: none;' attribute ↵Scott González2012-11-091-0/+28
| | | | is not removed from tabs when destroy is called.
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Build: Upgrade to the latest Grunt and JSHint - Closes gh-786Mike Sherov2012-10-221-2/+6
|
* 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
|