Forgotten to update the number of jQuery.extend related tests.

This commit is contained in:
Robert Katic 2009-11-12 14:03:59 +08:00 committed by John Resig
parent 93be758de9
commit 7b26e3bcc8

View 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" },