diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2015-07-30 00:54:00 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2015-09-08 18:03:49 +0200 |
commit | 2c7e9c934971500a746d012c529e13ec0b560a83 (patch) | |
tree | 474b50d6ac2a343743c40acdf3e5ec440f494690 /test/data | |
parent | dbb2daa8c3a458e3525d310440f4365548edc138 (diff) | |
download | jquery-2c7e9c934971500a746d012c529e13ec0b560a83.tar.gz jquery-2c7e9c934971500a746d012c529e13ec0b560a83.zip |
Tests: Add simple tests for Android 2.3
Fixes gh-2505
Closes gh-2509
Refs gh-2483
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/testinit.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/data/testinit.js b/test/data/testinit.js index 341e39413..205271c12 100644 --- a/test/data/testinit.js +++ b/test/data/testinit.js @@ -278,6 +278,12 @@ this.loadTests = function() { // Get testSubproject from testrunner first require( [ "data/testrunner.js" ], function() { var tests = [ + // A special module with basic tests, meant for + // not fully supported environments like Android 2.3, + // jsdom or PhantomJS. We run it everywhere, though, + // to make sure tests are not broken. + "unit/basic.js", + "unit/core.js", "unit/callbacks.js", "unit/deferred.js", |