2008-10-25 23:03:29 -04:00
|
|
|
<testcase>
|
|
|
|
#
|
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
none
|
|
|
|
</server>
|
|
|
|
# tool is what to use instead of 'curl'
|
|
|
|
<tool>
|
|
|
|
lib558
|
|
|
|
</tool>
|
2008-10-27 10:02:50 -04:00
|
|
|
# precheck is a command line to run before the test,
|
|
|
|
# to see if we can execute the test or not
|
|
|
|
<precheck>
|
|
|
|
./libtest/lib558 check
|
|
|
|
</precheck>
|
2008-10-25 23:03:29 -04:00
|
|
|
|
|
|
|
<name>
|
2008-10-27 16:01:58 -04:00
|
|
|
internal hash create/destroy testing
|
2008-10-25 23:03:29 -04:00
|
|
|
</name>
|
|
|
|
<command>
|
|
|
|
nothing
|
|
|
|
</command>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<stdout mode="text">
|
2008-10-26 17:40:20 -04:00
|
|
|
easy handle init OK
|
|
|
|
creating hash...
|
|
|
|
hash creation OK
|
|
|
|
destroying hash...
|
|
|
|
hash destruction OK
|
|
|
|
destroying easy handle...
|
|
|
|
easy handle destruction OK
|
2008-10-25 23:03:29 -04:00
|
|
|
</stdout>
|
|
|
|
</verify>
|
|
|
|
|
|
|
|
</testcase>
|