From 4883f7019d3f8a50b2f94e8e6c2e6123840e5a14 Mon Sep 17 00:00:00 2001 From: Anthony Avina Date: Sat, 2 May 2015 13:49:55 -0500 Subject: hostip: fix unintended destruction of hash table .. and added unit1602 for hash.c --- tests/data/Makefile.inc | 2 +- tests/data/test1602 | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 tests/data/test1602 (limited to 'tests/data') 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 @@ + + + +unittest +hash + + + +# +# Client-side + + +none + + +unittest + + +Internal hash create/add/destroy testing, exercising clean functions + + +unit1602 + + + + -- cgit v1.2.3