mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 13:37:40 +03:00
Removed strappend
This commit is contained in:
parent
2e5d9b056f
commit
0da2468d6b
12 changed files with 104 additions and 141 deletions
|
@ -43,7 +43,7 @@ void PeerTest::testAmAllowedIndexSet() {
|
|||
}
|
||||
|
||||
void PeerTest::testGetId() {
|
||||
CPPUNIT_ASSERT_EQUAL(std::string("localhost:6969"), peer->getID());
|
||||
CPPUNIT_ASSERT_EQUAL(std::string("localhost(6969)"), peer->getID());
|
||||
}
|
||||
|
||||
void PeerTest::testOperatorEqual()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue