aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/etag.php
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Add support for running unit tests via grunt with karmaTimo Tijhof2017-12-181-24/+0
| | | | | | | | | | | | | - Update QUnit to 1.23.1 - Remove unused dl#dl from test/index.html - Remove unused map#imgmap from test/index.html - Ensure all urls to data use baseURI - Add the 'grunt karma:main' task - customContextFile & customDebugFile - Add 'npm run jenkins' script Close gh-3744 Fixes gh-1999
* Ajax: Use weak ETag header in testsCorey Frang2013-11-261-2/+5
| | | | | | See http://en.wikipedia.org/wiki/HTTP_ETag#Strong_and_weak_validation Close gh-1448
* Revert "Organizes the php scripts used for testing better, so that the whole ↵jaubourg2012-12-051-0/+21
| | | | | | 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-21/+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.
* Fix indentation in /speed and /test dirs, closes gh-780.Trey Hunner2012-05-181-2/+2
|
* Fixed the handling of .status == 304 in Opera (it always returns 0). Also ↵John Resig2009-07-141-1/+6
| | | | silently "pass" in Opera 9.6 (which is unable to send the correct headers with setRequestHeader). Follow-up to bug #4764.
* Adding support for etags in $.ajax() - and simplified the if-modified-since ↵John Resig2009-06-151-0/+16
implementation. Thanks to Lawrence for the patch! Closes ticket #4764.