aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2007-06-26 20:46:19 +0000
committerJohn Resig <jeresig@gmail.com>2007-06-26 20:46:19 +0000
commit05864eebcd4b6907043197ca9817715c3a46aa1b (patch)
tree93896a2b4e89a0bb1bab7da606f68eac63d98759
parent456094c2053bb4a6ee37f50dc1d0093b3cd12fd6 (diff)
downloadjquery-05864eebcd4b6907043197ca9817715c3a46aa1b.tar.gz
jquery-05864eebcd4b6907043197ca9817715c3a46aa1b.zip
Forgot to change the number of tests.
-rw-r--r--src/jquery/coreTest.js2
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;