]> source.dussan.org Git - jquery.git/commit
Organizes the php scripts used for testing better, so that the whole logic of a unit...
authorjaubourg <j@ubourg.net>
Tue, 4 Dec 2012 06:39:27 +0000 (07:39 +0100)
committerjaubourg <j@ubourg.net>
Tue, 4 Dec 2012 06:40:12 +0000 (07:40 +0100)
commit228ab3ddae527f72cc3122a1c6115d7718bcfd57
tree258539e5faade401feb4d54578f02584195705b9
parent3ab26340dcdf001da4e93df2f187a8343615673c
Organizes the php scripts used for testing better, so that the whole logic of a unit, server-side and client-side, is contained within the unit itself. Nearly all ajax unit tests take advantage of the new 'framework'. Lots of files got deleted because they became redundant or weren't used anymore.
38 files changed:
test/.jshintrc
test/data/ajax/echo/index.php [new file with mode: 0644]
test/data/ajax/headers/cache/index.php [new file with mode: 0644]
test/data/ajax/headers/request/index.php [new file with mode: 0644]
test/data/ajax/headers/response/index.php [new file with mode: 0644]
test/data/atom+xml.php [deleted file]
test/data/badcall.js [deleted file]
test/data/badjson.js [deleted file]
test/data/cleanScript.html [deleted file]
test/data/dashboard.xml [deleted file]
test/data/echoData.php [deleted file]
test/data/echoQuery.php [deleted file]
test/data/errorWithText.php [deleted file]
test/data/etag.php [deleted file]
test/data/evalScript.php [deleted file]
test/data/headers.php [deleted file]
test/data/if_modified_since.php [deleted file]
test/data/json.php [deleted file]
test/data/json_obj.js [deleted file]
test/data/jsonp.php [deleted file]
test/data/name.html [deleted file]
test/data/name.php [deleted file]
test/data/params_html.php [deleted file]
test/data/script.php [deleted file]
test/data/statusText.php [deleted file]
test/data/test.html [deleted file]
test/data/test.js [deleted file]
test/data/test.php [deleted file]
test/data/test2.html [deleted file]
test/data/test3.html [deleted file]
test/data/testinit.js
test/data/text.php [deleted file]
test/data/ua.txt [deleted file]
test/data/with_fries.xml [deleted file]
test/data/with_fries_over_jsonp.php [deleted file]
test/localfile.html
test/unit/ajax.js
test/unit/manipulation.js