Skip to content

Commit

Permalink
testrunner: Updating an orphaned test
Browse files Browse the repository at this point in the history
  • Loading branch information
flesler committed May 3, 2009
1 parent 3a80de1 commit c6b5926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/core.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ test("selector state", function() {


var test; var test;


test = jQuery(); test = jQuery(undefined);
equals( test.selector, "", "Empty jQuery Selector" ); equals( test.selector, "", "Empty jQuery Selector" );
equals( test.context, undefined, "Empty jQuery Context" ); equals( test.context, undefined, "Empty jQuery Context" );


Expand Down

0 comments on commit c6b5926

Please sign in to comment.