mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 21:17:41 +03:00
Implement IndexedList::iterator
It is dangerous to expose internal iterator to the outside, which is easily misused.
This commit is contained in:
parent
421ae13d40
commit
d4ba562710
11 changed files with 583 additions and 133 deletions
|
@ -165,7 +165,7 @@ void RpcMethodTest::testAddUri()
|
|||
e_->getRequestGroupMan()->getReservedGroups();
|
||||
CPPUNIT_ASSERT_EQUAL((size_t)1, rgs.size());
|
||||
CPPUNIT_ASSERT_EQUAL(std::string("http://localhost/"),
|
||||
(*rgs.begin()).second->getDownloadContext()->
|
||||
(*rgs.begin())->getDownloadContext()->
|
||||
getFirstFileEntry()->getRemainingUris().front());
|
||||
}
|
||||
// with options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue