]> source.dussan.org Git - jquery.git/commitdiff
Forgotten to update the number of jQuery.extend related tests.
authorRobert Katic <robert.katic@gmail.com>
Thu, 12 Nov 2009 06:03:59 +0000 (14:03 +0800)
committerJohn Resig <jeresig@gmail.com>
Thu, 12 Nov 2009 13:59:48 +0000 (21:59 +0800)
test/unit/core.js

index 9b43c4889439c027c03d0b23d4a5c1315ebaccc1..058e11f3eba5fc2ffe6ee0aef1eee13a3d2fd730 100644 (file)
@@ -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" },