mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-05-24 00:24:07 +03:00
Merge commit 'd21ea7816e
' as 'jquery-ui'
This commit is contained in:
commit
e904a80717
629 changed files with 341074 additions and 0 deletions
25
jquery-ui/tests/unit/subsuite.js
vendored
Normal file
25
jquery-ui/tests/unit/subsuite.js
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
(function() {
|
||||
|
||||
var versions = [
|
||||
"1.6.0", "1.6.1", "1.6.2", "1.6.3", "1.6.4",
|
||||
"1.7.0", "1.7.1", "1.7.2",
|
||||
"1.8.0", "1.8.1", "1.8.2", "1.8.3",
|
||||
"1.9.0", "1.9.1",
|
||||
"1.10.0", "1.10.1", "1.10.2",
|
||||
"git"
|
||||
],
|
||||
additionalTests = {
|
||||
// component: [ "other_test.html" ]
|
||||
};
|
||||
|
||||
window.testAllVersions = function( widget ) {
|
||||
QUnit.testSuites( $.map(
|
||||
[ widget + ".html" ].concat( additionalTests[ widget ] || [] ),
|
||||
function( test ) {
|
||||
return $.map( versions, function( version ) {
|
||||
return test + "?jquery=" + version;
|
||||
});
|
||||
}));
|
||||
};
|
||||
|
||||
}());
|
Loading…
Add table
Add a link
Reference in a new issue