mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
dc289aa4fa
now to minimally exercise some internal hash routines.
40 lines
488 B
Plaintext
40 lines
488 B
Plaintext
<testcase>
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
# tool is what to use instead of 'curl'
|
|
<tool>
|
|
lib558
|
|
</tool>
|
|
|
|
<name>
|
|
internal hash testing
|
|
</name>
|
|
<command>
|
|
nothing
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<stdout mode="text">
|
|
easy handle init OK
|
|
creating hash...
|
|
hash creation OK
|
|
destroying hash...
|
|
hash destruction OK
|
|
destroying easy handle...
|
|
easy handle destruction OK
|
|
</stdout>
|
|
</verify>
|
|
|
|
</testcase>
|