History log of /curl/tests/unit/unit1303.c (Results 26 – 29 of 29)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 02f3ff3b 21-May-2011 Yang Tse

unit tests: adjust header inclusion order

Additionally, prevent multiple inclusions of curl_config.h


Revision tags: curl-7_21_6, curl-7_21_5
# 1aeb635c 10-Mar-2011 Daniel Stenberg

sources: update source headers

All C and H files now (should) feature the proper project curl source
code header, which includes basic info, a copyright statement and some
basic disc

sources: update source headers

All C and H files now (should) feature the proper project curl source
code header, which includes basic info, a copyright statement and some
basic disclaimers.

show more ...


Revision tags: curl-7_21_4
# ebb9c7ae 06-Jan-2011 Dan Fandrich

Made unit_setup() return an error code to abort the test early

This makes it possible to skip the call to unit_stop() in such
cases. Also use Curl_safefree() in unit test 1302 so it wil

Made unit_setup() return an error code to abort the test early

This makes it possible to skip the call to unit_stop() in such
cases. Also use Curl_safefree() in unit test 1302 so it will
pass the memory torture test.

show more ...


# 0029b2f0 04-Jan-2011 Daniel Stenberg

unittest: 1303 tests Curl_timeleft

I came up with 33 different ways to call it and verify that it returns the
correct return code.


12