From 13d2ef9282db6be4a0030ce1319948410f0bd2b6 Mon Sep 17 00:00:00 2001 From: Corey Jewett Date: Mon, 30 Apr 2007 17:38:41 +0000 Subject: [PATCH] Changed test count to get the green bar back --- src/jquery/coreTest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.7.10.4