/[projects]/misc/horsensspejder-web/jquery/jquery-ui-1.10.3/tests/unit/subsuite.js
ViewVC logotype

Contents of /misc/horsensspejder-web/jquery/jquery-ui-1.10.3/tests/unit/subsuite.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2125 - (show annotations) (download) (as text)
Wed Mar 12 19:30:05 2014 UTC (10 years, 2 months ago) by torben
File MIME type: application/javascript
File size: 510 byte(s)
initial import
1 (function() {
2
3 var versions = [
4 "1.6", "1.6.1", "1.6.2", "1.6.3", "1.6.4",
5 "1.7", "1.7.1", "1.7.2",
6 "1.8.0", "1.8.1", "1.8.2", "1.8.3",
7 "1.9.0", "1.9.1",
8 "git"
9 ],
10 additionalTests = {
11 // component: [ "other_test.html" ]
12 };
13
14 window.testAllVersions = function( widget ) {
15 QUnit.testSuites( $.map(
16 [ widget + ".html" ].concat( additionalTests[ widget ] || [] ),
17 function( test ) {
18 return $.map( versions, function( version ) {
19 return test + "?jquery=" + version;
20 });
21 }));
22 };
23
24 }());

  ViewVC Help
Powered by ViewVC 1.1.20