]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove a checklist item that was already tested
authorNick Mathewson <nickm@torproject.org>
Sun, 16 Apr 2017 21:13:39 +0000 (17:13 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 24 Apr 2017 15:01:40 +0000 (11:01 -0400)
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.

src/test/test_consdiffmgr.c

index 10da50259ca4ceb64ad4fd4b59834acff6084506..ec4e56ccf816e267001ca086309ce48b5694bc2f 100644 (file)
@@ -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