mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 13:37:40 +03:00
2009-10-22 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Moved static functions in Util class to namespace util. * src * test
This commit is contained in:
parent
3349fe0811
commit
c6035b2e24
129 changed files with 893 additions and 882 deletions
|
@ -88,8 +88,8 @@ void DHTGetPeersMessageTest::testGetBencodedMessage()
|
|||
aDict["info_hash"] = BDE(infoHash, DHT_ID_LENGTH);
|
||||
dict["a"] = aDict;
|
||||
|
||||
CPPUNIT_ASSERT_EQUAL(Util::urlencode(bencode::encode(dict)),
|
||||
Util::urlencode(msgbody));
|
||||
CPPUNIT_ASSERT_EQUAL(util::urlencode(bencode::encode(dict)),
|
||||
util::urlencode(msgbody));
|
||||
}
|
||||
|
||||
void DHTGetPeersMessageTest::testDoReceivedAction()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue