mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 21:17:41 +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
|
@ -949,7 +949,7 @@ void RpcMethodTest::testGatherBitTorrentMetadata()
|
|||
CPPUNIT_ASSERT_EQUAL(std::string("http://tracker3"),
|
||||
downcast<String>(downcast<List>(announceList->get(2))->get(0))->s());
|
||||
// Remove some keys
|
||||
std::shared_ptr<TorrentAttribute> modBtAttrs = bittorrent::getTorrentAttrs(dctx);
|
||||
auto modBtAttrs = bittorrent::getTorrentAttrs(dctx);
|
||||
modBtAttrs->comment.clear();
|
||||
modBtAttrs->creationDate = 0;
|
||||
modBtAttrs->mode = BT_FILE_MODE_NONE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue