From: John Resig Date: Tue, 1 May 2007 21:27:55 +0000 (+0000) Subject: This test is expected to fail. X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=c0cc8edd5dc9742291dcf353e31fe02125146793;hp=67c640bb206d0c8b16042c0981fb25540ee47bdf;p=jquery.git This test is expected to fail. --- 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;