mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 23:55:01 -04:00
92f3b3895e
test #559 tests internal hash create/add/destroy
45 lines
649 B
Plaintext
45 lines
649 B
Plaintext
<testcase>
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
# tool is what to use instead of 'curl'
|
|
<tool>
|
|
lib559
|
|
</tool>
|
|
# precheck is a command line to run before the test,
|
|
# to see if we can execute the test or not
|
|
<precheck>
|
|
./libtest/lib559 check
|
|
</precheck>
|
|
|
|
<name>
|
|
internal hash create/add/destroy 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>
|