From: Nick Mathewson Date: Sun, 16 Apr 2017 21:13:39 +0000 (-0400) Subject: Remove a checklist item that was already tested X-Git-Tag: tor-0.3.1.1-alpha~152^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eb14faa0c1cb9f83d39e8b7aeb35bbe2788bea8c;p=thirdparty%2Ftor.git 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. --- 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