diff options
author | Robert Katic <robert.katic@gmail.com> | 2009-11-12 14:03:59 +0800 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2009-11-12 21:59:48 +0800 |
commit | 7b26e3bcc8fab748cf99f4bf8d7e25599f8cd1f3 (patch) | |
tree | 42dd4b3b45d17486e69b4a7156f41e79e9cd73f3 /test/unit/core.js | |
parent | 93be758de94b2d4a76fca217465c9e09b613cedd (diff) | |
download | jquery-7b26e3bcc8fab748cf99f4bf8d7e25599f8cd1f3.tar.gz jquery-7b26e3bcc8fab748cf99f4bf8d7e25599f8cd1f3.zip |
Forgotten to update the number of jQuery.extend related tests.
Diffstat (limited to 'test/unit/core.js')
-rw-r--r-- | test/unit/core.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/core.js b/test/unit/core.js index 9b43c4889..058e11f3e 100644 --- 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" }, |