diff options
author | Michał Z. Gołębiowski <michal.golebiowski@laboratorium.ee> | 2013-03-12 21:06:25 -0400 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-03-12 21:06:25 -0400 |
commit | 79992d752393d80822a4f8be2b7bec3ecdd60f6a (patch) | |
tree | 2c97c4bda379e70501b15f106f5efa241c220fe3 /test/unit/ajax.js | |
parent | ae3524642c54ec4df09733de03c169f4fd43ac34 (diff) | |
download | jquery-79992d752393d80822a4f8be2b7bec3ecdd60f6a.tar.gz jquery-79992d752393d80822a4f8be2b7bec3ecdd60f6a.zip |
Edited comments and minor adjustments. Fixes #13553. Closes gh-1195.
Diffstat (limited to 'test/unit/ajax.js')
-rw-r--r-- | test/unit/ajax.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/ajax.js b/test/unit/ajax.js index 040485098..79f410406 100644 --- a/test/unit/ajax.js +++ b/test/unit/ajax.js @@ -1468,7 +1468,7 @@ module( "ajax", { strictEqual( ajaxXML.find("tab").length, 3, "Parsed node was added properly" ); } }); - + ajaxTest( "#13292 - jQuery.ajax() - converter is bypassed for 204 requests", 3, { url: "data/nocontent.php", dataType: "testing", |