1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/data/test1918
Daniel Stenberg 30e7641d7d
test1918: verify curl_easy_option_by_name() and curl_easy_option_by_id()
... and as a practical side-effect, make sure that the
Curl_easyopts_check() function is asserted in debug builds, which we
want to detect mismatches between the options list in easyoptions.c and
the options in curl.h

Found-by: Gisle Vanem
Bug: 08e8455ddd (commitcomment-45991815)

Closes #6461
2021-01-15 17:03:29 +01:00

34 lines
395 B
Plaintext

<testcase>
<info>
<keywords>
curl_easy_option
curl_easy_option_by_name
curl_easy_option_by_id
</keywords>
</info>
# Server-side
<reply>
</reply>
# Client-side
<client>
<server>
none
</server>
<name>
curl_easy_option_by_name() and curl_easy_option_by_id()
</name>
<tool>
lib1918
</tool>
</client>
# Verify data after the test has been "shot"
<verify>
<stdout>
</stdout>
</verify>
</testcase>