Go to the source code of this file.
|
| | fail_unless (!strcmp(output, " bu"), "wrong output") |
| |
| | fail_unless (!strcmp(output, " bug bu"), "wrong output") |
| |
| | fail_unless (!strcmp(output, " 1234 567"), "wrong output") |
| |
| | fail_unless (!strcmp(output, "012"), "wrong output") |
| |
| | fail_unless (!strcmp(output, "102"), "wrong output") |
| |
| | fail_unless (!strcmp(output, "bu"), "wrong output") |
| |
| | fail_unless (!strcmp(output, "bug "), "wrong output") |
| |
| | fail_unless (!strcmp(output, "bug"), "wrong output") |
| |
| | fail_unless (rc==16, "return code should be 16") |
| |
| | fail_unless (rc==2, "return code should be 2") |
| |
| | fail_unless (rc==3, "return code should be 3") |
| |
| | fail_unless (rc==4, "return code should be 4") |
| |
| | fail_unless (rc==8, "return code should be 8") |
| |
| static CURLcode | unit_setup (void) |
| |
| static void | unit_stop (void) |
| |
◆ fail_unless() [1/13]
| fail_unless |
( |
! |
strcmpoutput, " bu", |
|
|
"wrong output" |
|
|
) |
| |
◆ fail_unless() [2/13]
| fail_unless |
( |
! |
strcmpoutput, " bug bu", |
|
|
"wrong output" |
|
|
) |
| |
◆ fail_unless() [3/13]
| fail_unless |
( |
! |
strcmpoutput, " 1234 567", |
|
|
"wrong output" |
|
|
) |
| |
◆ fail_unless() [4/13]
| fail_unless |
( |
! |
strcmpoutput, "012", |
|
|
"wrong output" |
|
|
) |
| |
◆ fail_unless() [5/13]
| fail_unless |
( |
! |
strcmpoutput, "102", |
|
|
"wrong output" |
|
|
) |
| |
◆ fail_unless() [6/13]
| fail_unless |
( |
! |
strcmpoutput, "bu", |
|
|
"wrong output" |
|
|
) |
| |
◆ fail_unless() [7/13]
| fail_unless |
( |
! |
strcmpoutput, "bug ", |
|
|
"wrong output" |
|
|
) |
| |
◆ fail_unless() [8/13]
| fail_unless |
( |
! |
strcmpoutput, "bug", |
|
|
"wrong output" |
|
|
) |
| |
◆ fail_unless() [9/13]
| fail_unless |
( |
rc |
= =16, |
|
|
"return code should be 16" |
|
|
) |
| |
◆ fail_unless() [10/13]
| fail_unless |
( |
rc |
= =2, |
|
|
"return code should be 2" |
|
|
) |
| |
◆ fail_unless() [11/13]
| fail_unless |
( |
rc |
= =3, |
|
|
"return code should be 3" |
|
|
) |
| |
◆ fail_unless() [12/13]
| fail_unless |
( |
rc |
= =4, |
|
|
"return code should be 4" |
|
|
) |
| |
◆ fail_unless() [13/13]
| fail_unless |
( |
rc |
= =8, |
|
|
"return code should be 8" |
|
|
) |
| |
◆ unit_setup()
◆ unit_stop()
| static void unit_stop |
( |
void |
| ) |
|
|
static |
◆ buf
| char buf[3] = {'b', 'u', 'g'} |
◆ output
◆ rc
◆ str
◆ width