mirror of
https://github.com/aria2/aria2.git
synced 2025-04-06 05:57:36 +03:00
2008-03-09 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
type cleanup for allmost all remaining files.
This commit is contained in:
parent
ca3f6e57f3
commit
032c7c2808
278 changed files with 1489 additions and 1517 deletions
|
@ -56,8 +56,8 @@ void BtHandshakeMessageTest::testCreate() {
|
|||
unsigned char msg[68];
|
||||
createHandshakeMessageData(msg);
|
||||
SharedHandle<BtHandshakeMessage> message = BtHandshakeMessage::create(&msg[0], sizeof(msg));
|
||||
CPPUNIT_ASSERT_EQUAL((int8_t)INT8_MAX, message->getId());
|
||||
CPPUNIT_ASSERT_EQUAL((int8_t)19, message->getPstrlen());
|
||||
CPPUNIT_ASSERT_EQUAL((uint8_t)INT8_MAX, message->getId());
|
||||
CPPUNIT_ASSERT_EQUAL((uint8_t)19, message->getPstrlen());
|
||||
CPPUNIT_ASSERT_EQUAL(Util::toHex((const unsigned char*)BTPSTR.c_str(), BTPSTR.size()),
|
||||
Util::toHex(message->getPstr(), BtHandshakeMessage::PSTR_LENGTH));
|
||||
CPPUNIT_ASSERT_EQUAL(std::string("0000000000100004"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue