1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-12-22 04:02:04 +03:00
Commit Graph

400 Commits

Author SHA1 Message Date
bel
6e292051de Add unauthorized PUT unit test 2015-07-30 22:25:17 +02:00
bel
a536cb035c Create file for unit tests instead of relying on certain working directories in the unit test environment
It seems to be impossible to find out what the actual working
directory of the CI test environment is. Before breaking another
dozen of builds by trying blindly with different paths, just
create the file here.
2015-07-30 22:18:50 +02:00
bel
3abbb3d862 Fix unit test 12 2015-07-30 21:42:30 +02:00
bel
047c7ef33a More unit tests 2015-07-30 21:35:21 +02:00
bel
0b33fedc70 Maybe CI tests use a different working directory? 2015-07-30 21:23:48 +02:00
bel
a8d86856b0 More unit tests 2015-07-30 20:06:33 +02:00
bel
74ca308238 Try to reactivate HTTPS test (test if this works in CI integration test environment) 2015-07-30 19:57:04 +02:00
bel
9fef901840 Unit test needs a newline at the end of file, otherwise clang integration tests will fail 2015-07-30 00:03:24 +02:00
bel
b249a2f69f More unit tests 2015-07-29 23:55:55 +02:00
bel
03d5785b3c More unit tests 2015-07-29 22:32:51 +02:00
bel
8722b8153a Autoformat source 2015-07-29 22:23:03 +02:00
bel
bf0e85ac0a More unit tests 2015-07-29 22:21:55 +02:00
bel
a05056b252 More unit tests 2015-07-29 21:56:49 +02:00
bel
90d4dd6a99 More unit tests 2015-07-29 21:46:42 +02:00
bel
622ea2f659 Clang-Format every source file 2015-07-25 19:51:24 +02:00
bel
61879c6d35 perform mg_get_var and mg_get_cookie in the same unit test with proper name 2015-07-25 19:42:13 +02:00
bel
30ca38745a mg_get_var unit test 2015-07-25 19:18:55 +02:00
bel
b335a42d19 mg_get_var unit test 2015-07-25 19:15:07 +02:00
bel
7c413551fc mg_get_var unit test 2015-07-25 18:59:27 +02:00
bel
224d339cdc mg_get_var unit test 2015-07-25 18:51:38 +02:00
bel
de2d9cf39e mg_get_var unit test 2015-07-25 18:49:31 +02:00
bel
34716ac85a Found asymmetry in API - add TODO 2015-07-25 18:42:53 +02:00
bel
6414e21637 Again more unit tests 2015-07-25 18:35:11 +02:00
bel
f6b254e9a7 Unit test: url encoding in not unique 2015-07-25 18:05:11 +02:00
bel
7071633382 Fix copy/paste error in unit test 2015-07-25 17:54:45 +02:00
bel
82be785f9f Fix bugs in unit tests 2015-07-25 14:50:55 +02:00
bel
8bc9bedd58 Fix signed/unsigned mix in unit tests 2015-07-25 14:31:31 +02:00
bel
1c2cd7dbbb Add more unit tests 2015-07-25 14:20:54 +02:00
bel
5b19040a5c Add test_parse_port_string unit test 2015-07-25 13:50:45 +02:00
bel
f3d028713e Encoding/decoding test should also test url encoding 2015-07-25 13:23:33 +02:00
bel
8a65123257 Add some none non alpha string to the encoding/decoding test 2015-07-25 10:52:25 +02:00
bel
27645fb306 Fix warnings in unit test 2015-07-25 00:03:14 +02:00
bel
a6bc447564 Variables could be unused in unit test 2015-07-24 23:57:13 +02:00
bel
ff5d5c3db8 Add deleted ) in unit test 2015-07-24 23:53:13 +02:00
bel
7a3782455e Add type casts to unit test 2015-07-24 23:49:04 +02:00
bel
3d62777232 Port more unit tests to the new framework 2015-07-24 23:33:27 +02:00
bel
7010b979a7 Add unit test for internal option parsing 2015-07-24 23:28:33 +02:00
bel
b88591df5a Activate encoding unit test 2015-07-24 23:12:45 +02:00
bel
a77a97ec6c Add some unit tests for encoding 2015-07-24 23:09:44 +02:00
bel
884e539a88 Mark copyright of copied/adapted functions 2015-07-24 21:44:28 +02:00
bel
d5b93c7917 Fix unit test: mg_md5 returns lowercase ascii string 2015-07-21 21:31:15 +02:00
bel
5f622d38b2 Fix copy/paste error in unit test (mg_get_cookie returns length) 2015-07-21 21:29:05 +02:00
bel
18b0e46c03 New unit test for cookies 2015-07-21 20:30:17 +02:00
bel
26748e42b9 Remove old public unit test for cookies 2015-07-21 20:15:27 +02:00
bel
e535313be9 Fix another 'Mircosoft does not like standard C' warning 2015-07-19 23:18:50 +02:00
bel
cbf97c0967 Autoformat public and private integration tests using clang-format 2015-07-19 22:58:05 +02:00
bel
129d410f99 More CI tests 2015-07-19 22:54:20 +02:00
bel
793ef45a10 More CI tests 2015-07-19 21:50:32 +02:00
bel
e4bb9530f6 Remove HTTPS CI test for the moment 2015-07-19 00:19:37 +02:00
bel
4683073b5c Add some CI tests 2015-07-19 00:15:19 +02:00