mirror of
https://github.com/curl/curl.git
synced 2026-08-25 05:23:32 +03:00
unit1603: Added unit tests for hash functions
This commit is contained in:
parent
278ea24a7a
commit
d7e352402c
6 changed files with 203 additions and 6 deletions
|
|
@ -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
26
tests/data/test1603
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue