]> source.dussan.org Git - jquery.git/commitdiff
This test is expected to fail.
authorJohn Resig <jeresig@gmail.com>
Tue, 1 May 2007 21:27:55 +0000 (21:27 +0000)
committerJohn Resig <jeresig@gmail.com>
Tue, 1 May 2007 21:27:55 +0000 (21:27 +0000)
src/jquery/coreTest.js

index fcccff26118b6208c1dbbb30b19e24614b7c0c8d..d829d3092a67382a7307bd74301fe29d8990b60d 100644 (file)
@@ -677,7 +677,7 @@ test("val(String)", function() {
 });
 
 test("html(String)", function() {
-       expect(3);
+       expect(2);
        var div = $("div");
        div.html("<b>test</b>");
        var pass = true;