mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 13:37:40 +03:00
Shuffle web-seeding URIs
This commit is contained in:
parent
f910c6f782
commit
4cf0bb742f
3 changed files with 13 additions and 0 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue