Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-27 | tests: Automatically deduce the tool name from the test case for unit tests | Steve Holme | |
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 | |||
2013-06-22 | dotdot: introducing dot file path cleanup | Daniel Stenberg | |
RFC3986 details how a path part passed in as part of a URI should be "cleaned" from dot sequences before getting used. The described algorithm is now implemented in lib/dotdot.c with the accompanied test case in test 1395. Bug: http://curl.haxx.se/bug/view.cgi?id=1200 Reported-by: Alex Vinnik |