diff options
author | Anthony Avina <aavina2@gmail.com> | 2015-05-02 13:49:55 -0500 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-05-18 11:15:43 +0200 |
commit | 4883f7019d3f8a50b2f94e8e6c2e6123840e5a14 (patch) | |
tree | 89255e69e5d052255d215a8da7718113a723944b /tests/data | |
parent | 39b9bf60d13ff7cb62a6a031c210d27a32113c4f (diff) |
hostip: fix unintended destruction of hash table
.. and added unit1602 for hash.c
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/Makefile.inc | 2 | ||||
-rw-r--r-- | tests/data/test1602 | 26 |
2 files changed, 27 insertions, 1 deletions
diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc index 57a4e79dc..a15ff8afb 100644 --- a/tests/data/Makefile.inc +++ b/tests/data/Makefile.inc @@ -155,7 +155,7 @@ test1520 \ \ test1525 test1526 test1527 test1528 test1529 \ \ -test1600 test1601 \ +test1600 test1601 test1602 \ \ test1800 test1801 \ \ diff --git a/tests/data/test1602 b/tests/data/test1602 new file mode 100644 index 000000000..4717058ce --- /dev/null +++ b/tests/data/test1602 @@ -0,0 +1,26 @@ +<testcase> +<info> +<keywords> +unittest +hash +</keywords> +</info> + +# +# Client-side +<client> +<server> +none +</server> +<features> +unittest +</features> + <name> +Internal hash create/add/destroy testing, exercising clean functions + </name> +<tool> +unit1602 +</tool> +</client> + +</testcase> |