aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/headers.php
Commit message (Collapse)AuthorAgeFilesLines
* Ref #14503: Cherry-pick tests.hongymagic2013-11-151-1/+6
| | | | | | (cherry picked from commit 27b22f4ef5f3f291204f0e0f9f414ac503f6c8a8) (cherry picked from commit 8dc0f2ea84e1861d8d8dfa7699268368c659f8e9) (cherry picked from commit 936126f10de193e2bb1c8280dbc2361ca5d62e29)
* Revert "Close php tags for ajax tests on swarm"Timmy Willison2013-08-191-2/+0
| | | | This reverts commit f6e86c3ca4d527d5453a0b5b9591ef38b5d3c000.
* Close php tags for ajax tests on swarmTimmy Willison2013-08-191-0/+2
|
* Revert "Organizes the php scripts used for testing better, so that the whole ↵jaubourg2012-12-051-0/+18
| | | | | | 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." This reverts commit 228ab3ddae527f72cc3122a1c6115d7718bcfd57.
* Organizes the php scripts used for testing better, so that the whole logic ↵jaubourg2012-12-041-18/+0
| | | | 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.
* Fixes #8297. Makes sure response headers with empty values are handled ↵jaubourg2011-02-171-0/+2
| | | | properly and do not prevent proper parsing of the entire response headers string. Unit test amended.
* Fixes #7881. Setting contentType to false will prevent the Content-Type ↵jaubourg2011-01-091-7/+3
| | | | header from being sent. Unit test added.
* Clean trailing whitespace from all files.Colin Snover2010-12-301-6/+6
|
* Simplified headers tests: removed multiline headers (support is far too ↵jaubourg2010-12-111-3/+18
| | | | servers & browsers dependant) and made all the tests in a single request.
* Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be ↵jaubourg2010-12-091-0/+5
found here: http://oksoclap.com/6Y26bm1ZsB more details are forthcoming. Fixes #7195.