X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=test%2Funit%2Fcore.js;h=939e1b83785f37987866c7f519e2dfc845f5f5bb;hb=d415e0adb8f89a00768091795860daa5f2c29835;hp=7218bd041410635f12dc73e65c10a8ba378bbe05;hpb=ffd457d4561eb1a6653aaef90f92a3b3010b9139;p=jquery.git diff --git a/test/unit/core.js b/test/unit/core.js index 7218bd0..939e1b8 100644 --- a/test/unit/core.js +++ b/test/unit/core.js @@ -389,7 +389,7 @@ test("index(Object|String|undefined)", function() { equals( jQuery("#form :radio").index( jQuery("#radio2") ), 1, "Pass in a jQuery object" ); // Passing a selector or nothing - // enabled since [6329] + // enabled since [6330] equals( jQuery('#text2').index(), 2, "Check for index amongst siblings" ); equals( jQuery('#form').children().eq(4).index(), 4, "Check for index amongst siblings" ); equals( jQuery('#radio2').index('#form :radio') , 1, "Check for index within a selector" );