]> source.dussan.org Git - jquery.git/commitdiff
Forgot to change the number of tests.
authorJohn Resig <jeresig@gmail.com>
Tue, 26 Jun 2007 20:46:19 +0000 (20:46 +0000)
committerJohn Resig <jeresig@gmail.com>
Tue, 26 Jun 2007 20:46:19 +0000 (20:46 +0000)
src/jquery/coreTest.js

index 25e4d52ccedc57686aad88f26132fee4417b8430..43b9e81016ec8f007f053af0bb83e96b78c7345f 100644 (file)
@@ -692,7 +692,7 @@ test("val(String)", function() {
 });
 
 test("html(String)", function() {
-       expect(2);
+       expect(1);
        var div = $("div");
        div.html("<b>test</b>");
        var pass = true;