mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
30e7641d7d
... 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
34 lines
395 B
Plaintext
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>
|