summaryrefslogtreecommitdiff
path: root/tests/libtest/lib1531.c
Commit message (Collapse)AuthorAgeFilesLines
* libtest: fix MSVC warning C4706Marcel Raad2017-07-161-3/+4
| | | | | | With warning level 4, MSVC warns about assignments within conditional expressions. Change the while loop to a do-while loop to fix this. This change is also consistent with CODE_STYLE.md.
* tests: declare TU-local variables staticMarcel Raad2017-05-011-2/+2
| | | | | This fixes missing-variable-declarations warnings when building with clang.
* tests/libtest: follow our code style guidelines betterDaniel Stenberg2016-04-031-6/+6
| | | | ... checksrc of all test code is pending.
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* test1531: case the size to fix the test on non-largefile buildsDan Fandrich2015-10-141-1/+1
|
* test1531: verify POSTFIELDSIZE set after add_handleDaniel Stenberg2015-06-231-0/+144
Following the fix made in 903b6e05565bf.