[tor-commits] [tor/master] Remove a checklist item that was already tested
nickm at torproject.org
nickm at torproject.org
Mon Apr 24 15:05:43 UTC 2017
commit eb14faa0c1cb9f83d39e8b7aeb35bbe2788bea8c
Author: Nick Mathewson <nickm at torproject.org>
Date: Sun Apr 16 17:13:39 2017 -0400
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.
---
src/test/test_consdiffmgr.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/test/test_consdiffmgr.c b/src/test/test_consdiffmgr.c
index 10da502..ec4e56c 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
More information about the tor-commits
mailing list