Tests: partially use new qunit interface
commitb930d14ce64937e9478405eee2828d4da091d2cb
authorOleg Gaidarenko <markelog@gmail.com>
Sun, 16 Aug 2015 03:45:28 +0000 (16 06:45 +0300)
committerOleg Gaidarenko <markelog@gmail.com>
Sun, 16 Aug 2015 06:02:01 +0000 (16 09:02 +0300)
tree7966c17b5b66e02af5cfa485d3e6a565ef077645
parent9d820fbde6d89bc7a06e2704be61cf6c0b4d6e3c
Tests: partially use new qunit interface

http://qunitjs.com/upgrade-guide-2.x/

For most of the boring work was used
https://github.com/apsdehal/qunit-migrate package

However, it can't update local qunit helpers, plus in some places
old QUnit.asyncTest signature is still used

Fixes gh-2540
24 files changed:
test/data/testinit.js
test/unit/ajax.js
test/unit/animation.js
test/unit/attributes.js
test/unit/callbacks.js
test/unit/core.js
test/unit/css.js
test/unit/data.js
test/unit/deferred.js
test/unit/deprecated.js
test/unit/dimensions.js
test/unit/effects.js
test/unit/event.js
test/unit/exports.js
test/unit/manipulation.js
test/unit/offset.js
test/unit/queue.js
test/unit/ready.js
test/unit/selector.js
test/unit/serialize.js
test/unit/support.js
test/unit/traversing.js
test/unit/tween.js
test/unit/wrap.js