mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 05:27:38 +03:00
Made util::fromHex and base32::decode function template
This commit is contained in:
parent
6ea1b68db1
commit
0c162dfbfb
19 changed files with 147 additions and 127 deletions
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include <cppunit/extensions/HelperMacros.h>
|
||||
|
||||
#include "TestUtil.h"
|
||||
#include "Exception.h"
|
||||
#include "util.h"
|
||||
#include "LpdMessageDispatcher.h"
|
||||
|
@ -37,7 +38,7 @@ void LpdMessageDispatcherTest::testCreateLpdRequest()
|
|||
"Infohash: cd41c7fdddfd034a15a04d7ff881216e01c4ceaf\r\n"
|
||||
"\r\n\r\n"),
|
||||
bittorrent::createLpdRequest("239.192.152.143", 6771,
|
||||
util::fromHex(infoHashString), 6000));
|
||||
fromHex(infoHashString), 6000));
|
||||
}
|
||||
|
||||
void LpdMessageDispatcherTest::testSendMessage()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue