mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 13:37:40 +03:00
DownloadEngine: Use std::unique_ptr for eventPoll_
This commit is contained in:
parent
f83b0fcfa3
commit
00e27e4fa4
6 changed files with 32 additions and 26 deletions
|
@ -78,7 +78,7 @@ void SessionSerializerTest::testSave()
|
|||
rgman.addDownloadResult(drs[i]);
|
||||
}
|
||||
|
||||
DownloadEngine e(std::shared_ptr<EventPoll>(new SelectEventPoll()));
|
||||
DownloadEngine e(make_unique<SelectEventPoll>());
|
||||
e.setOption(option.get());
|
||||
rgman.fillRequestGroupFromReserver(&e);
|
||||
CPPUNIT_ASSERT_EQUAL((size_t)1, rgman.getRequestGroups().size());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue