mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 21:47:37 +03:00
This commit is contained in:
parent
708b9f4a3d
commit
a413cb50f7
84 changed files with 527 additions and 528 deletions
|
@ -35,7 +35,7 @@ void BtBitfieldMessageTest::testCreate() {
|
|||
memset(bitfield, 0xff, sizeof(bitfield));
|
||||
memcpy(&msg[5], bitfield, sizeof(bitfield));
|
||||
BtBitfieldMessageHandle pm = BtBitfieldMessage::create(&msg[4], 3);
|
||||
CPPUNIT_ASSERT_EQUAL(5, pm->getId());
|
||||
CPPUNIT_ASSERT_EQUAL((uint8_t)5, pm->getId());
|
||||
CPPUNIT_ASSERT(memcmp(bitfield, pm->getBitfield(), sizeof(bitfield)) == 0);
|
||||
CPPUNIT_ASSERT_EQUAL((uint32_t)2, pm->getBitfieldLength());
|
||||
// case: payload size is wrong
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue