aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_consdiffmgr.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-04-16 17:13:39 -0400
committerNick Mathewson <nickm@torproject.org>2017-04-24 11:01:40 -0400
commiteb14faa0c1cb9f83d39e8b7aeb35bbe2788bea8c (patch)
treedb9a23cc61bed3b90785f31f2b494a7ed465f343 /src/test/test_consdiffmgr.c
parentaf868955814812aca711f504b1415ad355917406 (diff)
downloadtor-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.c1
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