mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
36a22f9074
This is a few first rather basic tests of curl_formadd() and curl_formget(). Should serve as building blocks to add more variations to the test.
28 lines
250 B
Plaintext
28 lines
250 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
unittest
|
|
curl_formadd
|
|
curl_formget
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<features>
|
|
unittest
|
|
</features>
|
|
<name>
|
|
formpost unit tests
|
|
</name>
|
|
<tool>
|
|
unit1308
|
|
</tool>
|
|
</client>
|
|
|
|
</testcase>
|