Shuffle web-seeding URIs

This commit is contained in:
Tatsuhiro Tsujikawa 2015-02-07 00:38:03 +09:00
parent f910c6f782
commit 4cf0bb742f
3 changed files with 13 additions and 0 deletions

View file

@ -324,6 +324,7 @@ void DownloadHelperTest::testCreateRequestGroupForBitTorrent()
std::shared_ptr<RequestGroup> group = result[0];
auto uris =
group->getDownloadContext()->getFirstFileEntry()->getUris();
std::sort(std::begin(uris), std::end(uris));
// See -s option is ignored. See processRootDictionary() in
// bittorrent_helper.cc
CPPUNIT_ASSERT_EQUAL((size_t)3, uris.size());