X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=test%2Funit%2Ffx.js;h=c47fe558f3ad29abccfc0597288905a80f25971e;hb=b0306cc3a662edf9675cd16081ff0e81b2a0f587;hp=6b81322e2a909f6dbd71693072bbc83908ee7b9a;hpb=321267dcecdd812090368bf5bd646b3ddfdb4459;p=jquery.git diff --git a/test/unit/fx.js b/test/unit/fx.js index 6b81322..c47fe55 100644 --- a/test/unit/fx.js +++ b/test/unit/fx.js @@ -57,7 +57,7 @@ test("animate option (queue === false)", function () { $foo.animate({width:'100px'}, 3000, function () { // should finish after unqueued animation so second order.push(2); - isSet( order, [ 1, 2 ], "Animations finished in the correct order" ); + same( order, [ 1, 2 ], "Animations finished in the correct order" ); start(); }); $foo.animate({fontSize:'2em'}, {queue:false, duration:10, complete:function () {