]> source.dussan.org Git - jquery.git/commit
Remove Ajax requirement for simple XML tests
authorYehuda Katz <wycats@gmail.com>
Sun, 15 Apr 2012 21:41:54 +0000 (17:41 -0400)
committerYehuda Katz <wycats@gmail.com>
Sun, 15 Apr 2012 21:41:54 +0000 (17:41 -0400)
commit6bc08c2b2f04629114ae7ca79c3c2c54320e4908
tree48dd57b8575a5abee26e1cc4870cd78fd1ce49ca
parent5181ce0f35cf941ae2d7f5da2cf98ebcc638daff
Remove Ajax requirement for simple XML tests

Previously, all jQuery tests that wanted an XML
document would make an Ajax request to go through
jQuery's XML parsing logic in jQuery.ajax. Now,
use jQuery.parseXML instead.

This removes the need for the Ajax server for
these tests, improves their performance, and
decouples simple core tests from Ajax.

(with scottgonzalez)
test/data/testinit.js
test/unit/attributes.js
test/unit/core.js
test/unit/manipulation.js