unit1603: Added unit tests for hash functions

This commit is contained in:
dfandrich 2015-11-12 20:40:26 +01:00 committed by Dan Fandrich
parent 278ea24a7a
commit d7e352402c
6 changed files with 203 additions and 6 deletions

View file

@ -156,7 +156,7 @@ test1520 \
\
test1525 test1526 test1527 test1528 test1529 test1530 test1531 \
\
test1600 test1601 test1602 \
test1600 test1601 test1602 test1603 \
\
test1800 test1801 \
\

26
tests/data/test1603 Normal file
View file

@ -0,0 +1,26 @@
<testcase>
<info>
<keywords>
unittest
hash
</keywords>
</info>
#
# Client-side
<client>
<server>
none
</server>
<features>
unittest
</features>
<name>
Internal hash add, retrieval, deletion testing
</name>
<tool>
unit1603
</tool>
</client>
</testcase>