Go to the source code of this file.
Functions | |
fail_unless (rc!=0,"return code should be zero") | |
fail_unless (rc==0,"return code should be zero") | |
fail_unless (rc!=0,"return code should be non-zero") | |
static CURLcode | unit_setup (void) |
static void | unit_stop (void) |
Variables | |
UNITTEST_START int | rc = curl_strequal("iii", "III") |
fail_unless | ( | rc! | = 0 , |
"return code should be zero" | |||
) |
fail_unless | ( | rc | = =0 , |
"return code should be zero" | |||
) |
fail_unless | ( | rc! | = 0 , |
"return code should be non-zero" | |||
) |
static CURLcode unit_setup | ( | void | ) | [static] |
Definition at line 26 of file unit1301.c.
static void unit_stop | ( | void | ) | [static] |
Definition at line 27 of file unit1301.c.
rc = curl_strequal("iii", "III") |
Definition at line 31 of file unit1301.c.