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
22 lines
236 B
Plaintext
22 lines
236 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
unittest
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<features>
|
|
unittest
|
|
</features>
|
|
<name>
|
|
Test negative data lengths as input to libcurl functions
|
|
</name>
|
|
</client>
|
|
</testcase>
|