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:
93be758
)
Forgotten to update the number of jQuery.extend related tests.
author
Robert Katic
<robert.katic@gmail.com>
Thu, 12 Nov 2009 06:03:59 +0000
(14:03 +0800)
committer
John Resig
<jeresig@gmail.com>
Thu, 12 Nov 2009 13:59:48 +0000
(21:59 +0800)
test/unit/core.js
patch
|
blob
|
history
diff --git
a/test/unit/core.js
b/test/unit/core.js
index
9b43c48
..
058e11f
100644
(file)
--- a/
test/unit/core.js
+++ b/
test/unit/core.js
@@
-517,7
+517,7
@@
test("jQuery.merge()", function() {
});
test("jQuery.extend(Object, Object)", function() {
- expect(23);
+ expect(24);
var settings = { xnumber1: 5, xnumber2: 7, xstring1: "peter", xstring2: "pan" },
options = { xnumber2: 1, xstring2: "x", xxx: "newstring" },