diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-04-16 17:13:39 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-04-24 11:01:40 -0400 |
commit | eb14faa0c1cb9f83d39e8b7aeb35bbe2788bea8c (patch) | |
tree | db9a23cc61bed3b90785f31f2b494a7ed465f343 /src/test/test_consdiffmgr.c | |
parent | af868955814812aca711f504b1415ad355917406 (diff) | |
download | tor-eb14faa0c1cb9f83d39e8b7aeb35bbe2788bea8c.tar.gz tor-eb14faa0c1cb9f83d39e8b7aeb35bbe2788bea8c.zip |
Remove a checklist item that was already tested
The item referred to the cdm_ht_set_status() case where the item was
not already in the hashtable. But that already happens naturally
when we scan the directory on startup... and we already have a test
for that.
Diffstat (limited to 'src/test/test_consdiffmgr.c')
-rw-r--r-- | src/test/test_consdiffmgr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/test_consdiffmgr.c b/src/test/test_consdiffmgr.c index 10da50259c..ec4e56ccf8 100644 --- a/src/test/test_consdiffmgr.c +++ b/src/test/test_consdiffmgr.c @@ -876,7 +876,6 @@ struct testcase_t consdiffmgr_tests[] = { TEST(cleanup_old_diffs), TEST(validate), - // XXXX Test: register status when no pending entry existed?? (bug) // XXXX Test: non-cacheing cases of replyfn(). END_OF_TESTCASES |