From d7e352402cf21da54933392372f7a9232d3d7f23 Mon Sep 17 00:00:00 2001 From: dfandrich Date: Thu, 12 Nov 2015 20:40:26 +0100 Subject: unit1603: Added unit tests for hash functions --- tests/data/Makefile.inc | 2 +- tests/data/test1603 | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 tests/data/test1603 (limited to 'tests/data') diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc index 3cc4d8de3..bc47b9035 100644 --- a/tests/data/Makefile.inc +++ b/tests/data/Makefile.inc @@ -156,7 +156,7 @@ test1520 \ \ test1525 test1526 test1527 test1528 test1529 test1530 test1531 \ \ -test1600 test1601 test1602 \ +test1600 test1601 test1602 test1603 \ \ test1800 test1801 \ \ diff --git a/tests/data/test1603 b/tests/data/test1603 new file mode 100644 index 000000000..805c9e378 --- /dev/null +++ b/tests/data/test1603 @@ -0,0 +1,26 @@ + + + +unittest +hash + + + +# +# Client-side + + +none + + +unittest + + +Internal hash add, retrieval, deletion testing + + +unit1603 + + + + -- cgit v1.2.3