diff --git a/test/test_torrent_info.cpp b/test/test_torrent_info.cpp index 85a2b1971..a89c2c5d7 100644 --- a/test/test_torrent_info.cpp +++ b/test/test_torrent_info.cpp @@ -659,7 +659,6 @@ void test_resolve_duplicates(int test_case) convert_path_to_posix(p); fprintf(stderr, "%s == %s\n", p.c_str(), filenames[test_case][i]); - // TODO: 3 fix duplicate name detection to make this test pass TEST_EQUAL(p, filenames[test_case][i]); } }