Add a feature test for options inside a disabled select. Follow-up to 157a383dae5335e...
[jquery.git] / test / unit / event.js
index 3032497..3c77e34 100644 (file)
@@ -255,7 +255,7 @@ test("bind(), iframes", function() {
 });
 
 test("bind(), trigger change on select", function() {
-       expect(3);
+       expect(4);
        var counter = 0;
        function selectOnChange(event) {
                equals( event.data, counter++, "Event.data is not a global event object" );