Change sauce detect in test/underscore.html. [ci skip]

This commit is contained in:
John-David Dalton
2013-11-22 11:56:10 -08:00
parent d8194c0886
commit 93fe641dbf

View File

@@ -36,6 +36,9 @@
] ]
}, },
'Chaining': { 'Chaining': {
'select/reject/sortBy': [
'Died on test #1'
],
'reverse/concat/unshift/pop/map': [ 'reverse/concat/unshift/pop/map': [
'"34, 10, 8, 6, 4, 2, 10, 10"' '"34, 10, 8, 6, 4, 2, 10, 10"'
] ]
@@ -64,7 +67,7 @@
}, },
'Objects': { 'Objects': {
'isEqual': [ 'isEqual': [
'Died on test #78' 'Died on test #63'
], ],
'keys': [ 'keys': [
'throws an error for `null` values', 'throws an error for `null` values',
@@ -98,7 +101,7 @@
delete QUnit.config.excused.Utility['_.unescape']; delete QUnit.config.excused.Utility['_.unescape'];
} }
// only excuse in Sauce Labs // only excuse in Sauce Labs
if (location.port != '8081') { if (location.port != '9001') {
delete QUnit.config.excused.Objects.isEqual; delete QUnit.config.excused.Objects.isEqual;
delete QUnit.config.excused.Utility.times; delete QUnit.config.excused.Utility.times;
delete QUnit.config.excused.Utility.uniqueId; delete QUnit.config.excused.Utility.uniqueId;