From: Michael Orchard Date: Thu, 22 Jan 2015 09:23:03 +0000 (+0000) Subject: All: Remove 1.6.x leftovers X-Git-Tag: 1.12.0-beta.1~450 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ac49929b0763e3b7fe92b8d51677c9c4005adcd1;p=jquery-ui.git All: Remove 1.6.x leftovers Removes 1.6 versions from "All" tests and from the TestSwarm job. Ref #10723 Ref gh-1422 Closes gh-1434 Closes gh-1435 --- diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index 44cf2c5eb..bcbd764f8 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -7,8 +7,7 @@ var versions = { "1.10": "1.10.0 1.10.1 1.10.2", "1.9": "1.9.0 1.9.1", "1.8": "1.8.0 1.8.1 1.8.2 1.8.3", - "1.7": "1.7.0 1.7.1 1.7.2", - "1.6": "1.6.0 1.6.1 1.6.2 1.6.3 1.6.4" + "1.7": "1.7.0 1.7.1 1.7.2" }, tests = { "Accordion": "accordion/accordion.html", diff --git a/tests/unit/subsuite.js b/tests/unit/subsuite.js index 81a00a397..ba20a0706 100644 --- a/tests/unit/subsuite.js +++ b/tests/unit/subsuite.js @@ -1,7 +1,6 @@ (function() { var versions = [ - "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",