aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into datepickerdatepickerFelix Nagel2017-08-262-4/+10
|\ | | | | | | | | # Conflicts: # ui/i18n/datepicker-pt.js
| * Tests: Load `jquery-1-7` before other modulesScott González2017-05-311-1/+1
| |
| * All: Remove uses of `jQuery.camelCase()`Scott González2017-05-171-1/+7
| | | | | | | | | | Ref #15160 Ref gh-1813
| * Tests: Load `jquery-1-7` module for jQuery 2.x as wellScott González2017-05-151-2/+2
| |
| * Tests: Load the `jquery-1-7` module for all 1.x versionsScott González2017-05-101-2/+2
| |
* | Merge branch 'master' into datepickerFelix Nagel2017-03-302-4/+41
|\| | | | | | | | | | | # Conflicts: # ui/i18n/datepicker-sv.js # ui/widgets/datepicker.js
| * Build: Add missing semicolonScott González2017-02-061-1/+1
| |
| * Qunit: Add bootstrap config for running tests with jQuery MigrateEirik Sletteberg2017-02-062-4/+41
| | | | | | | | Closes gh-1774
* | Merge branch 'master' into datepickerFelix Nagel2016-11-094-31/+37
|\|
| * Build: Add jQuery 3.1.1Michał Gołębiowski2016-11-021-1/+1
| | | | | | | | Closes gh-1766
| * Build: Add jQuery 3.1.0Scott González2016-07-081-0/+1
| |
| * Build: Add jQuery 3.0 for testingAlexander Schmitz2016-07-061-0/+1
| |
| * All: Replace non-breaking spaces with regular spacesScott González2016-06-081-2/+2
| |
| * Build: Add jQuery 1.12/2.2 to the test configurationMichał Gołębiowski2016-05-252-2/+4
| | | | | | | | Ref gh-1706
| * Tests: Update common lib to use no globalsAmanpreet Singh2016-04-141-27/+29
| |
* | Calendar tests: Add dateEqual assertion, clean up helper methodsFelix Nagel2016-10-052-0/+23
| |
* | Merge branch 'master' into datepickerFelix Nagel2015-12-023-3/+5
|\|
| * Build: Use jquery-git in place of jquery-compat-gitMichał Gołębiowski2015-11-142-2/+2
| | | | | | | | | | | | | | jQuery Compat is not going to get released after all; jQuery UI should be tested against jquery-git instead of jquery-compat-git. Closes gh-1646
| * Tests: Allow widgets to not have a default elementAlexander Schmitz2015-10-071-1/+3
| |
* | Calendar tests: Use globalize-runtime with compiled localesFelix Nagel2015-12-021-1/+6
| |
* | Merge branch 'master' into datepickerFelix Nagel2015-10-086-33/+38
|\|
| * Tests: Load ui/jquery-1-7.js when testing against jQuery 1.7.xScott González2015-08-311-0/+5
| |
| * Tests: Style updatesAlexander Schmitz2015-08-216-33/+33
| | | | | | | | | | Ref #14246 Ref gh-1588
* | Calendar: Move custom date object to ui namespaceFelix Nagel2015-09-271-2/+1
| |
* | Merge branch 'master' into datepickerScott González2015-08-201-1/+1
|\|
| * Tests: adjust jshint path for moving all widgets into folderAlexander Schmitz2015-08-081-1/+1
| | | | | | | | Ref #13885
* | Merge branch 'datepicker' into datepicker-globalize-1.xFelix Nagel2015-07-291-0/+1
| |
* | Merge branch 'master' into datepickerScott González2015-07-151-2/+6
|/
* Tests: Add custom build of core to testsAlexander Schmitz2015-05-201-1/+1
| | | | | | | This adds a custom build which excludes the event/alias and deprecated modules Fixes #12770 Closes gh-1556
* Tests: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-2/+2
|
* Build: Upgrade to jQuery 1.11.3Scott González2015-05-142-2/+2
|
* Tests: Use new jquery-compat-git and jquery-git filesScott González2015-05-142-2/+2
|
* Build: Update to qunit-assert-classes to V 1.0.2Alexander Schmitz2015-05-011-1/+0
| | | | Closes gh-1547
* Tests: Fix loading in TestSwarmScott González2015-04-171-13/+8
|
* Tests: Fix AMD loading in IE8Scott González2015-04-171-23/+16
| | | | | It appears that we must load require.js via a standard script tag in order for it to work properly in IE8.
* Tests: Fix domEqual handling for invalid inputScott González2015-04-171-5/+6
|
* Tests: Use the qunit-assert-close moduleScott González2015-04-092-11/+8
| | | | | | | | Moved QUnit assertion dependencies from `lib/bootstrap` to `lib/qunit`. Corrected bad draggable assertions. Ref gh-1528
* Tests: Rename filesScott González2015-04-091-6/+6
| | | | Ref gh-1528
* Tests: Support `$.uiBackCompat = false` via `data-no-back-compat`Scott González2015-04-091-4/+14
| | | | | Ref #10119 Ref gh-1528
* Spinner: Convert tests to new infrastructureScott González2015-04-091-0/+3
| | | | | Ref #10119 Ref gh-1528
* Tests: Convert closeEnough() to a proper QUnit assertionScott González2015-04-091-0/+6
| | | | | | | Should eventually replace with qunit-assert-close. Ref #10119 Ref gh-1528
* Tests: Change test infrastructure to use AMD and reduce boilerplateScott González2015-04-096-0/+502
Ref #10119 Ref gh-1528 * Adds RequireJS and relies on AMD for loading dependencies. * Updates to grunt-contrib-qunit 0.6.0. * Convert `domEqual()` to a proper QUnit assertion. * Introduces two bootstrap files (JS and CSS) which use `data-` attributes to reduce the amount of boilerplate needed in each test