]> source.dussan.org Git - jquery.git/commit
Tests: Fix tests for not auto-executing scripts without dataType
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 11 Jan 2021 17:20:36 +0000 (18:20 +0100)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 11 Jan 2021 17:41:36 +0000 (18:41 +0100)
commit7298e04faee8b01b335148cf5b91f84af9cf5826
treeec0d398f082b35a8c2033895e160ace13cea6836
parentbcd40aa7a34900cca3ca646258903f3069e9bd59
Tests: Fix tests for not auto-executing scripts without dataType

Two issues are fixed in testing for responses with a script Content-Type not
getting auto-executed unless an explicit `dataType: "script"` is provided:
* the test is now using a correct "text/javascript" Content-Type; it was using
  "text/html" until now which doesn't really check if the fix works
* the Node.js based version of the tests didn't account for an empty `header`
  query string parameter

Closes gh-4824
Ref gh-2432
Ref gh-2588
Ref 39cdb8c9aa0fde68f733553ba050a2ba9d86474c

(cherry picked from commit d38528b17a846b7ca4513b41150a05436546292d)
test/middleware-mockserver.js
test/unit/ajax.js