Mercurial > hg > ismi-richfaces
view src/main/webapp/imageServer/resources/js/jquery-ui-1.10.4/tests/unit/subsuite.js @ 205:f719d73383db
Merge iiif_diva branch
964846688a95cc9b0af5ade832b8d34ae4a4bc21
author | Robert Casties <casties@mpiwg-berlin.mpg.de> |
---|---|
date | Mon, 08 Jul 2019 17:55:14 +0200 |
parents | 764f47286679 |
children |
line wrap: on
line source
(function() { var versions = [ "1.6", "1.6.1", "1.6.2", "1.6.3", "1.6.4", "1.7", "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; }); })); }; }());