git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a80de1
)
testrunner: Updating an orphaned test
author
Ariel Flesler
<aflesler@gmail.com>
Sun, 3 May 2009 17:02:56 +0000
(17:02 +0000)
committer
Ariel Flesler
<aflesler@gmail.com>
Sun, 3 May 2009 17:02:56 +0000
(17:02 +0000)
test/unit/core.js
patch
|
blob
|
history
diff --git
a/test/unit/core.js
b/test/unit/core.js
index
c51f053
..
abd4f67
100644
(file)
--- 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" );