]> source.dussan.org Git - jquery.git/commitdiff
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 d829d3092a67382a7307bd74301fe29d8990b60d..fcccff26118b6208c1dbbb30b19e24614b7c0c8d 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;