test runner: voided the failing tests for jQuery.map, that belong to an unapproved...
[jquery.git] / test / unit / core.js
index 90998bb..053803c 100644 (file)
@@ -1511,7 +1511,7 @@ test("slice()", function() {
 });\r
 \r
 test("map()", function() {\r
-       expect(6);\r
+       expect(2);//expect(6);\r
 \r
        isSet(\r
                $("#ap").map(function(){\r
@@ -1529,6 +1529,8 @@ test("map()", function() {
                "Single Map"\r
        );\r
        \r
+       return;//these haven't been accepted yet\r
+       \r
        //for #2616\r
        var keys = $.map( {a:1,b:2}, function( v, k ){\r
                return k;\r