From 4aafe727daa4ba6b0ac632f6ee79556eacd7712c Mon Sep 17 00:00:00 2001 From: cmcnulty Date: Fri, 25 Feb 2011 12:26:04 -0800 Subject: [PATCH] Forgot to update the test counts --- test/unit/manipulation.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unit/manipulation.js b/test/unit/manipulation.js index e05200c4c..a5b718931 100644 --- a/test/unit/manipulation.js +++ b/test/unit/manipulation.js @@ -1053,7 +1053,7 @@ test("clone() on XML nodes", function() { } var testHtml = function(valueObj) { - expect(31); + expect(35); jQuery.scriptorder = 0; @@ -1141,7 +1141,7 @@ test("html(String)", function() { test("html(Function)", function() { testHtml(functionReturningObj); - expect(33); + expect(37); QUnit.reset();