summaryrefslogtreecommitdiff
path: root/tests/data/test1323
Commit message (Collapse)AuthorAgeFilesLines
* tests: Automatically deduce the tool name from the test case for unit testsSteve Holme2020-02-271-3/+0
| | | | | | | | | | | | It is still possible to override the executable to run during the test, using the <tool> tag, but this patch removes the requirement that the tag must be present for unit tests. It also removes the possibility of human error when existing test cases are used as the basis for new tests, as recently witnessed in 81c37124. Reviewed-by: Daniel Stenberg Closes #4976
* test1323: Added the missing 'unit test' feature requirement in the test caseSteve Holme2020-02-271-0/+3
|
* test1323: verify curlx_tvdiffDaniel Stenberg2017-07-281-0/+32
|
* tests: Moved CR LF in URL tests to their respective protocol groupsSteve Holme2013-11-231-29/+0
|
* tests: test CRLF in URLsDaniel Stenberg2012-01-241-0/+29
Related to the security vulnerability: CVE-2012-0036 Bug: http://curl.haxx.se/docs/adv_20120124.html