From 92f3b3895eed05d12aeae75e9ee174698550378a Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 27 Oct 2008 20:01:58 +0000 Subject: test #558 tests internal hash create/destroy test #559 tests internal hash create/add/destroy --- tests/data/Makefile.am | 2 +- tests/data/test558 | 2 +- tests/data/test559 | 44 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 tests/data/test559 (limited to 'tests/data') diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index 56e2ef6dc..4085a01e2 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -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; \ diff --git a/tests/data/test558 b/tests/data/test558 index 3844f3923..5b69ea027 100644 --- a/tests/data/test558 +++ b/tests/data/test558 @@ -20,7 +20,7 @@ lib558 -internal hash testing +internal hash create/destroy testing nothing diff --git a/tests/data/test559 b/tests/data/test559 new file mode 100644 index 000000000..ecaf54c7e --- /dev/null +++ b/tests/data/test559 @@ -0,0 +1,44 @@ + +# +# Server-side + + + +# Client-side + + +none + +# tool is what to use instead of 'curl' + +lib559 + +# precheck is a command line to run before the test, +# to see if we can execute the test or not + +./libtest/lib559 check + + + +internal hash create/add/destroy testing + + +nothing + + + +# +# Verify data after the test has been "shot" + + +easy handle init OK +creating hash... +hash creation OK +destroying hash... +hash destruction OK +destroying easy handle... +easy handle destruction OK + + + + -- cgit v1.2.3