Unified the formatting of core.js. === or !== are used wherever appropriate, syntax...
[jquery.git] / test / unit / core.js
index ba45ea6..63f2b6c 100644 (file)
@@ -59,7 +59,7 @@ test("selector state", function() {
        
        test = jQuery();
        equals( test.selector, "", "Empty jQuery Selector" );
-       equals( test.context, document, "Empty jQuery Context" );
+       equals( test.context, undefined, "Empty jQuery Context" );
        
        test = jQuery(document);
        equals( test.selector, "", "Document Selector" );