X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=test%2Funit%2Fmanipulation.js;h=e387d640eba82b04fb7cf6270c67a92e1b2148a3;hb=37b909de6948ebb704375626831bfc80bd31290c;hp=c250b53e7f733732dfbc977fecef52b3ad15e5d2;hpb=812a247dc997fa09583c0557c6173f9ec58e7d60;p=jquery.git diff --git a/test/unit/manipulation.js b/test/unit/manipulation.js index c250b53..e387d64 100644 --- a/test/unit/manipulation.js +++ b/test/unit/manipulation.js @@ -139,11 +139,6 @@ test("wrapAll(String|Element)", function() { testWrapAll(bareObj); }); -// TODO: Figure out why each(wrapAll) is not equivalent to wrapAll -// test("wrapAll(Function)", function() { -// testWrapAll(functionReturningObj); -// }) - var testWrapInner = function(val) { expect(8); var num = jQuery("#first").children().length;