Tests: Fix jQuery version references to match files in external/

This commit is contained in:
Jörn Zaefferer 2015-01-12 17:12:05 +01:00
parent d3bb0f7bdb
commit a3b43eeb58

View File

@ -64,7 +64,7 @@ QUnit.config.urlConfig.push({
id: "jquery",
label: "jQuery version",
value: [
"1.6", "1.6.1", "1.6.2", "1.6.3", "1.6.4", "1.7", "1.7.1", "1.7.2",
"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", "2.0.0", "2.0.1", "2.0.2", "2.0.3", "git"
],