]> source.dussan.org Git - jquery.git/commit
Tests: Fix the jQuery.parseXML error reporting test
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Tue, 8 Dec 2020 11:02:10 +0000 (12:02 +0100)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Tue, 8 Dec 2020 11:05:41 +0000 (12:05 +0100)
commit1ec36332fca66d97a5c3bc7ac1b70692429f5be6
tree932a6f159adff74be310d54b1070c168ea8043a2
parent54d98835b6e35e3dcb92a9f30bcac82ad2039487
Tests: Fix the jQuery.parseXML error reporting test

Changes:
* Remove incorrect `QUnit.testUnlessIE` usage as that util is only available
  on `master`, not here.
* Change `firstCall.lastArg` to `firstCall.args[ 0 ]` as the former API is not
  available in older Sinon versions.
test/unit/core.js