From: Ariel Flesler Date: Tue, 29 Apr 2008 20:54:30 +0000 (+0000) Subject: test runner: voided the failing tests for jQuery.map, that belong to an unapproved... X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=f54d277df4a48173c5e53f3223d0e0d86a9bb6ac;p=jquery.git test runner: voided the failing tests for jQuery.map, that belong to an unapproved proposal(#2616). --- 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;