mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 00:55:04 -05:00
0922f76240
It is still possible to override the executable to run during the test,
using the <tool> tag, but this patch removes the requirement that the
tag must be present for unit tests.
It also removes the possibility of human error when existing test cases
are used as the basis for new tests, as recently witnessed in 81c37124
.
Reviewed-by: Daniel Stenberg
Closes #4976
28 lines
318 B
Plaintext
28 lines
318 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
unittest
|
|
curl_formadd
|
|
curl_formget
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<features>
|
|
unittest
|
|
http
|
|
</features>
|
|
<name>
|
|
formpost unit tests
|
|
</name>
|
|
<file name="log/test-1308">
|
|
Piece of the file that is to uploaded as a formpost
|
|
</file>
|
|
</client>
|
|
</testcase>
|