From 93fe641dbfbac1b71fb6ac5675ddaf030ae1939e Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Fri, 22 Nov 2013 11:56:10 -0800 Subject: [PATCH] Change sauce detect in test/underscore.html. [ci skip] --- test/underscore.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/test/underscore.html b/test/underscore.html index 1eb61bcfa..267640dd2 100644 --- a/test/underscore.html +++ b/test/underscore.html @@ -36,6 +36,9 @@ ] }, 'Chaining': { + 'select/reject/sortBy': [ + 'Died on test #1' + ], 'reverse/concat/unshift/pop/map': [ '"34, 10, 8, 6, 4, 2, 10, 10"' ] @@ -64,7 +67,7 @@ }, 'Objects': { 'isEqual': [ - 'Died on test #78' + 'Died on test #63' ], 'keys': [ 'throws an error for `null` values', @@ -98,7 +101,7 @@ delete QUnit.config.excused.Utility['_.unescape']; } // only excuse in Sauce Labs - if (location.port != '8081') { + if (location.port != '9001') { delete QUnit.config.excused.Objects.isEqual; delete QUnit.config.excused.Utility.times; delete QUnit.config.excused.Utility.uniqueId;