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.
This commit is contained in:
Nick Mathewson 2017-04-16 17:13:39 -04:00
parent af86895581
commit eb14faa0c1

View 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