mirror of
https://github.com/curl/curl.git
synced 2026-07-30 17:58:03 +03:00
unittest: mark all unit tested functions
With "@unittest: [num]" in the header comment for each tested function. Shows we have a log way to go still...
This commit is contained in:
parent
d5cc77b744
commit
0f7bea7c3a
8 changed files with 34 additions and 6 deletions
|
|
@ -737,6 +737,8 @@ CURLFORMcode FormAdd(struct curl_httppost **httppost,
|
|||
|
||||
/*
|
||||
* curl_formadd() is a public API to add a section to the multipart formpost.
|
||||
*
|
||||
* @unittest: 1308
|
||||
*/
|
||||
|
||||
CURLFORMcode curl_formadd(struct curl_httppost **httppost,
|
||||
|
|
@ -858,6 +860,8 @@ void Curl_formclean(struct FormData **form_ptr)
|
|||
* curl_formget()
|
||||
* Serialize a curl_httppost struct.
|
||||
* Returns 0 on success.
|
||||
*
|
||||
* @unittest: 1308
|
||||
*/
|
||||
int curl_formget(struct curl_httppost *form, void *arg,
|
||||
curl_formget_callback append)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue