diff options
author | Corey Jewett <cj@syntheticplayground.com> | 2007-04-30 17:38:41 +0000 |
---|---|---|
committer | Corey Jewett <cj@syntheticplayground.com> | 2007-04-30 17:38:41 +0000 |
commit | 13d2ef9282db6be4a0030ce1319948410f0bd2b6 (patch) | |
tree | 319919f90ca8ca46fa763e1ae4b62a745d411a9f /src | |
parent | 2e448273f5674958fcb05073791dadd92fa8bcd0 (diff) | |
download | jquery-13d2ef9282db6be4a0030ce1319948410f0bd2b6.tar.gz jquery-13d2ef9282db6be4a0030ce1319948410f0bd2b6.zip |
Changed test count to get the green bar back
Diffstat (limited to 'src')
-rw-r--r-- | src/jquery/coreTest.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jquery/coreTest.js b/src/jquery/coreTest.js index d829d3092..fcccff261 100644 --- a/src/jquery/coreTest.js +++ b/src/jquery/coreTest.js @@ -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; |