diff options
author | dfandrich <dan@coneharvesters.com> | 2015-11-12 20:40:26 +0100 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2015-11-12 22:49:32 +0100 |
commit | d7e352402cf21da54933392372f7a9232d3d7f23 (patch) | |
tree | 9c0e27b29c0abdeac9ad952b88749db4dd84e598 /tests/unit/unit1305.c | |
parent | 278ea24a7a6461a97c3c5d9b37fc9fdd3a9802f4 (diff) | |
download | curl-d7e352402cf21da54933392372f7a9232d3d7f23.tar.gz |
unit1603: Added unit tests for hash functions
Diffstat (limited to 'tests/unit/unit1305.c')
-rw-r--r-- | tests/unit/unit1305.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unit/unit1305.c b/tests/unit/unit1305.c index 96913f1fa..9db488812 100644 --- a/tests/unit/unit1305.c +++ b/tests/unit/unit1305.c @@ -134,8 +134,6 @@ UNITTEST_START abort_unless(nodep, "insertion into hash failed"); /* Freeing will now be done by Curl_hash_destroy */ data_node = NULL; - - /* To do: test retrieval, deletion, edge conditions */ } UNITTEST_STOP |