test #558 tests internal hash create/destroy

test #559 tests internal hash create/add/destroy
This commit is contained in:
Yang Tse 2008-10-27 20:01:58 +00:00
parent fa8a78ff01
commit 92f3b3895e
5 changed files with 87 additions and 34 deletions

View file

@ -59,7 +59,7 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \
test1064 test1065 test1066 test1067 test1068 test1069 test1070 test1071 \
test1072 test1073 test1074 test1075 test1076 test1077 test1078 test1079 \
test1080 test1081 test1082 test1083 test1084 test1085 test633 test634 \
test635 test636 test637 test558
test635 test636 test637 test558 test559
filecheck:
@mkdir test-place; \

View file

@ -20,7 +20,7 @@ lib558
</precheck>
<name>
internal hash testing
internal hash create/destroy testing
</name>
<command>
nothing

44
tests/data/test559 Normal file
View file

@ -0,0 +1,44 @@
<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>