diff options
author | John Resig <jeresig@gmail.com> | 2007-06-26 20:46:19 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2007-06-26 20:46:19 +0000 |
commit | 05864eebcd4b6907043197ca9817715c3a46aa1b (patch) | |
tree | 93896a2b4e89a0bb1bab7da606f68eac63d98759 | |
parent | 456094c2053bb4a6ee37f50dc1d0093b3cd12fd6 (diff) | |
download | jquery-05864eebcd4b6907043197ca9817715c3a46aa1b.tar.gz jquery-05864eebcd4b6907043197ca9817715c3a46aa1b.zip |
Forgot to change the number of tests.
-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 25e4d52cc..43b9e8101 100644 --- a/src/jquery/coreTest.js +++ b/src/jquery/coreTest.js @@ -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; |