mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 21:47:37 +03:00
DownloadContext::attrs_ now holds std::unique_ptr
DownloadContext::getAttribute() returns a raw pointer.
This commit is contained in:
parent
1a299c4d7c
commit
bef6236da8
29 changed files with 146 additions and 157 deletions
|
@ -336,8 +336,7 @@ void DownloadHelperTest::testCreateRequestGroupForBitTorrent()
|
|||
CPPUNIT_ASSERT_EQUAL(array[i]+"/aria2-test/aria2/src/aria2c", uris[i]);
|
||||
}
|
||||
CPPUNIT_ASSERT_EQUAL(5, group->getNumConcurrentCommand());
|
||||
std::shared_ptr<TorrentAttribute> attrs =
|
||||
bittorrent::getTorrentAttrs(group->getDownloadContext());
|
||||
auto attrs = bittorrent::getTorrentAttrs(group->getDownloadContext());
|
||||
// http://tracker1 was deleted.
|
||||
CPPUNIT_ASSERT_EQUAL((size_t)2, attrs->announceList.size());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue