Changed test count to get the green bar back
authorCorey Jewett <cj@syntheticplayground.com>
Mon, 30 Apr 2007 17:38:41 +0000 (17:38 +0000)
committerCorey Jewett <cj@syntheticplayground.com>
Mon, 30 Apr 2007 17:38:41 +0000 (17:38 +0000)
src/jquery/coreTest.js

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