From f54d277df4a48173c5e53f3223d0e0d86a9bb6ac Mon Sep 17 00:00:00 2001 From: Ariel Flesler Date: Tue, 29 Apr 2008 20:54:30 +0000 Subject: [PATCH] test runner: voided the failing tests for jQuery.map, that belong to an unapproved proposal(#2616). --- test/unit/core.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/unit/core.js b/test/unit/core.js index 90998bb..053803c 100644 --- a/test/unit/core.js +++ b/test/unit/core.js @@ -1511,7 +1511,7 @@ test("slice()", function() { }); test("map()", function() { - expect(6); + expect(2);//expect(6); isSet( $("#ap").map(function(){ @@ -1529,6 +1529,8 @@ test("map()", function() { "Single Map" ); + return;//these haven't been accepted yet + //for #2616 var keys = $.map( {a:1,b:2}, function( v, k ){ return k; -- 1.7.10.4