testrunner: Updating an orphaned test
authorAriel Flesler <aflesler@gmail.com>
Sun, 3 May 2009 17:02:56 +0000 (17:02 +0000)
committerAriel Flesler <aflesler@gmail.com>
Sun, 3 May 2009 17:02:56 +0000 (17:02 +0000)
test/unit/core.js

index c51f053..abd4f67 100644 (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" );