From c0cc8edd5dc9742291dcf353e31fe02125146793 Mon Sep 17 00:00:00 2001 From: John Resig Date: Tue, 1 May 2007 21:27:55 +0000 Subject: [PATCH 1/1] This test is expected to fail. --- 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 fcccff2..d829d30 100644 --- a/src/jquery/coreTest.js +++ b/src/jquery/coreTest.js @@ -677,7 +677,7 @@ test("val(String)", function() { }); test("html(String)", function() { - expect(3); + expect(2); var div = $("div"); div.html("test"); var pass = true; -- 1.7.10.4