git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab77451
)
Fix number of expected select tests from commit 879799fe955f01b85b59fd8a0096d415fc48d...
author
John Resig
<jeresig@gmail.com>
Wed, 29 Sep 2010 12:41:27 +0000
(
05:41
-0700)
committer
John Resig
<jeresig@gmail.com>
Wed, 29 Sep 2010 12:41:27 +0000
(
05:41
-0700)
test/unit/event.js
patch
|
blob
|
history
diff --git
a/test/unit/event.js
b/test/unit/event.js
index
3c77e34
..
10751cc
100644
(file)
--- a/
test/unit/event.js
+++ b/
test/unit/event.js
@@
-255,7
+255,7
@@
test("bind(), iframes", function() {
});
test("bind(), trigger change on select", function() {
- expect(4);
+ expect(5);
var counter = 0;
function selectOnChange(event) {
equals( event.data, counter++, "Event.data is not a global event object" );