testrunner: Updating an orphaned test

This commit is contained in:
Ariel Flesler 2009-05-03 17:02:56 +00:00
parent 3a80de1c7a
commit c6b59263b5

View file

@ -63,7 +63,7 @@ test("selector state", function() {
var test;
test = jQuery();
test = jQuery(undefined);
equals( test.selector, "", "Empty jQuery Selector" );
equals( test.context, undefined, "Empty jQuery Context" );