Implement IndexedList::iterator
It is dangerous to expose internal iterator to the outside, which is easily misused.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user