Tests: Use new jquery-compat-git and jquery-git files

This commit is contained in:
Scott González 2015-05-14 07:44:13 -04:00
parent f9ad17d575
commit e1751383f1
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ module.exports = function( grunt ) {
"use strict";
var versions = {
"git1": "git1",
"compat-git": "compat-git",
"1.11": "1.11.0 1.11.1 1.11.2",
"1.10": "1.10.0 1.10.1 1.10.2",
"1.9": "1.9.0 1.9.1",

View File

@ -93,7 +93,7 @@ function jqueryUrl() {
var version = parseUrl().jquery;
var url;
if ( version === "git" || version === "git1" ) {
if ( version === "git" || version === "compat-git" ) {
url = "http://code.jquery.com/jquery-" + version;
} else {
url = "../../../external/jquery-" + ( version || "1.11.2" ) + "/jquery";

View File

@ -27,7 +27,7 @@ QUnit.config.urlConfig.push({
"1.11.0", "1.11.1", "1.11.2",
"2.0.0", "2.0.1", "2.0.2", "2.0.3",
"2.1.0", "2.1.1", "2.1.2", "2.1.3",
"git1", "git"
"compat-git", "git"
],
tooltip: "Which jQuery Core version to test against"
});

View File

@ -6,7 +6,7 @@ var versions = [
"1.9.0", "1.9.1",
"1.10.0", "1.10.1", "1.10.2",
"1.11.0", "1.11.1", "1.11.2",
"git1"
"compat-git"
],
additionalTests = {
// component: [ "other_test.html" ]