Skip to content

Commit

Permalink
actually should be 6330, not 6329
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonaaron committed May 2, 2009
1 parent ffd457d commit d415e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/core.js
Expand Up @@ -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" );
Expand Down

0 comments on commit d415e0a

Please sign in to comment.