diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-02-03 22:52:18 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-02-03 23:05:55 +0100 |
commit | b3cbf4500d1e9f16eb8f7b285919bfac35ae0fe5 (patch) | |
tree | 414528dde21a5a7cbc6c26fcaada961e3bd58f62 /tests/data | |
parent | 83bb07027db631b880acaf2240cc2cb2b73cf1bc (diff) |
unit1601: MD5 unit tests
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/Makefile.inc | 2 | ||||
-rw-r--r-- | tests/data/test1601 | 26 |
2 files changed, 27 insertions, 1 deletions
diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc index 15b583ecf..e81afe9e3 100644 --- a/tests/data/Makefile.inc +++ b/tests/data/Makefile.inc @@ -155,7 +155,7 @@ test1520 \ \ test1525 test1526 test1527 test1528 test1529 \ \ -test1600 \ +test1600 test1601 \ \ test1800 test1801 \ \ diff --git a/tests/data/test1601 b/tests/data/test1601 new file mode 100644 index 000000000..125493bb0 --- /dev/null +++ b/tests/data/test1601 @@ -0,0 +1,26 @@ +<testcase> +<info> +<keywords> +unittest +MD5 +</keywords> +</info> + +# +# Client-side +<client> +<server> +none +</server> +<features> +unittest +</features> + <name> +MD5 unit tests + </name> +<tool> +unit1601 +</tool> +</client> + +</testcase> |