summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeTests/FileUploadTest.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Move CMake.FileDownload cases into RunCMake.file-DOWNLOADBrad King2022-11-181-1/+1
| | | | | | The RunCMake infrastructure is more well-suited to check the results of each case. It can also report more precisely what went wrong when a case fails.
* Reduce size of PNG imagesLucy Phipps2019-01-251-2/+2
| | | | | | Use FileOptimizer 13.50.2431 (x86) and ZopfliPNG 1.0.2. Update expected file hashes in tests.
* Tests: Fix `file://` URLs given to curlBrad King2017-02-101-1/+4
| | | | | | | Since upstream curl commit curl-7_52_0~131 (URL-parser: for file://[host]/ URLs, the [host] must be localhost, 2016-11-11) we can no longer use URLs of the form `file://c:/...` on Windows. These worked only accidentally before. Use `file:///c:/...` instead.
* Implement file(UPLOAD (#11286)David Cole2011-02-251-0/+49
Including documentation and testing, of course.