From: Corey Jewett Date: Mon, 30 Apr 2007 17:38:41 +0000 (+0000) Subject: Changed test count to get the green bar back X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=13d2ef9282db6be4a0030ce1319948410f0bd2b6;p=jquery.git Changed test count to get the green bar back --- diff --git a/src/jquery/coreTest.js b/src/jquery/coreTest.js index d829d30..fcccff2 100644 --- a/src/jquery/coreTest.js +++ b/src/jquery/coreTest.js @@ -677,7 +677,7 @@ test("val(String)", function() { }); test("html(String)", function() { - expect(2); + expect(3); var div = $("div"); div.html("test"); var pass = true;