diff options
author | cmcnulty <cmcnulty@kznf.com> | 2011-02-25 12:26:04 -0800 |
---|---|---|
committer | cmcnulty <cmcnulty@kznf.com> | 2011-02-25 12:26:04 -0800 |
commit | 4aafe727daa4ba6b0ac632f6ee79556eacd7712c (patch) | |
tree | 8b02d2e7e1709c1344db56a02188d196b7d26a7c /test/unit/manipulation.js | |
parent | 8415e8a13d0e1203a53d9c871fdcc4575c9d0760 (diff) | |
download | jquery-4aafe727daa4ba6b0ac632f6ee79556eacd7712c.tar.gz jquery-4aafe727daa4ba6b0ac632f6ee79556eacd7712c.zip |
Forgot to update the test counts
Diffstat (limited to 'test/unit/manipulation.js')
-rw-r--r-- | test/unit/manipulation.js | 4 |
1 files 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(); |