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 fcccff2..d829d30 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;