Bug 484994 - followup to my push with the wrong bug number, to adjust the number of tests to expect(), a=bustage

This commit is contained in:
Phil Ringnalda 2010-10-09 21:00:29 -07:00
parent 709a4cd57f
commit bd1eaffe9d

View File

@ -78,7 +78,7 @@ test("stop()", function() {
test("stop() - several in queue", function() {
// Merge from jquery test 1.3.2
expect(3);
expect(2);
stop();
var $foo = $("#nothiddendiv");