From c6b59263b5fb13f84ecdae4e51e4dd15198a6bdf Mon Sep 17 00:00:00 2001 From: Ariel Flesler Date: Sun, 3 May 2009 17:02:56 +0000 Subject: [PATCH] testrunner: Updating an orphaned test --- test/unit/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/core.js b/test/unit/core.js index c51f053..abd4f67 100644 --- a/test/unit/core.js +++ b/test/unit/core.js @@ -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" ); -- 1.7.10.4