From 5d081f27d1b9dfe7b13997a66fb09c48def87b18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Tue, 20 Dec 2016 16:31:13 +0800 Subject: [PATCH] Fix jQuery tests --- test/core/customPoliciesTest.js | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/test/core/customPoliciesTest.js b/test/core/customPoliciesTest.js index a506781..38a6dea 100644 --- a/test/core/customPoliciesTest.js +++ b/test/core/customPoliciesTest.js @@ -183,19 +183,17 @@ describe('customPolicies', function() { var versions = { '1.2.9': 0, - '1.4.4': 0, - '1.5.0': 0, - '1.6.3': 10, - '1.7.0': 20, - '1.8.3a': 30, - '1.9.2': 40, - '1.10.1': 50, - '2.0.0-rc1': 50, - '1.11.1': 70, - '2.1.1-beta1': 70, - '1.12.1': 90, - '2.2.1': 90, - '3.0.1': 100, + '1.6.3': 0, + '1.7.0': 10, + '1.8.3a': 20, + '1.9.2': 30, + '1.10.1': 40, + '2.0.0-rc1': 40, + '1.11.1': 50, + '2.1.1-beta1': 50, + '1.12.1': 70, + '2.2.1': 70, + '3.0.1': 90, '3.1.0': 100, '3.2.1': 100 };