add to testover jquery 1.10 and 2.0

This commit is contained in:
vitalets
2013-08-07 11:29:41 +04:00
parent ca1a81e470
commit e21d092f0b

@ -109,7 +109,7 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib');
//version of jquery-ui datepicker to be copied into dist
var dp_ui_ver = '1.10.2';
var dp_ui_ver = '1.10.3';
//module for testing
var module = '';
@ -121,7 +121,7 @@ module.exports = function(grunt) {
var qunit_testover = [];
['bootstrap', 'jqueryui', 'plain'].forEach(function(f){
['popup', 'inline'].forEach(function(c){
['1.7.2', '1.8.3', '1.9.1'].forEach(function(jqver) {
['1.7.2', '1.8.3', '1.9.1', '1.10.2', '2.0.3'].forEach(function(jqver) {
qunit_testover.push('http://localhost:8000/test/index.html?f='+f+'&c='+c+'&jquery='+jqver+module);
});
});