Skip to content
Permalink
Browse files
Forgot to update the test counts
  • Loading branch information
cmcnulty committed Feb 25, 2011
1 parent 8415e8a commit 4aafe72
Showing 1 changed file with 2 additions and 2 deletions.
@@ -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();

0 comments on commit 4aafe72

Please sign in to comment.