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:
132b8de
)
Tweaked mis-numbered makeArray test.
author
John Resig
<jeresig@gmail.com>
Fri, 19 Dec 2008 05:42:15 +0000
(
05:42
+0000)
committer
John Resig
<jeresig@gmail.com>
Fri, 19 Dec 2008 05:42:15 +0000
(
05:42
+0000)
test/unit/core.js
patch
|
blob
|
history
diff --git
a/test/unit/core.js
b/test/unit/core.js
index
0d9b462
..
e5339e5
100644
(file)
--- a/
test/unit/core.js
+++ b/
test/unit/core.js
@@
-1741,7
+1741,7
@@
test("contents()", function() {
});
\r
\r
test("jQuery.makeArray", function(){
\r
- expect(14);
\r
+ expect(15);
\r
\r
equals( jQuery.makeArray(jQuery('html>*'))[0].nodeName, "HEAD", "Pass makeArray a jQuery object" );
\r
\r