aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test558
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2011-03-04 14:32:58 -0800
committerDan Fandrich <dan@coneharvesters.com>2011-03-04 14:32:58 -0800
commitfb199cd29d0ce275f9b9b28b1ebf6af3e0887950 (patch)
treeaa3d156eb9c2fbfb4347ef438f20bbb6616b41af /tests/data/test558
parenta8aab6e7d45fe1e325100c6c5938a4258327dd08 (diff)
Converted tests 558 & 559 to use the unit test framework as 1305
Test 558 was just a subset of 559 which is something that can be easily added later.
Diffstat (limited to 'tests/data/test558')
-rw-r--r--tests/data/test55844
1 files changed, 0 insertions, 44 deletions
diff --git a/tests/data/test558 b/tests/data/test558
deleted file mode 100644
index 5b69ea027..000000000
--- a/tests/data/test558
+++ /dev/null
@@ -1,44 +0,0 @@
-<testcase>
-#
-# Server-side
-<reply>
-</reply>
-
-# Client-side
-<client>
-<server>
-none
-</server>
-# tool is what to use instead of 'curl'
-<tool>
-lib558
-</tool>
-# 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>
-
-<name>
-internal hash create/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>