mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 21:47:37 +03:00
2010-01-06 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Untabify. Fixed one line in copyright which is longer than 80 columns. * src * test
This commit is contained in:
parent
338e8aca09
commit
4db349c1f3
827 changed files with 7343 additions and 7336 deletions
|
@ -70,19 +70,19 @@ void PieceTest::testUpdateHash()
|
|||
|
||||
std::string spam("SPAM!");
|
||||
CPPUNIT_ASSERT(p.updateHash
|
||||
(0, reinterpret_cast<const unsigned char*>(spam.c_str()),
|
||||
spam.size()));
|
||||
(0, reinterpret_cast<const unsigned char*>(spam.c_str()),
|
||||
spam.size()));
|
||||
CPPUNIT_ASSERT(!p.isHashCalculated());
|
||||
|
||||
std::string spamspam("SPAM!SPAM!!");
|
||||
CPPUNIT_ASSERT(p.updateHash
|
||||
(spam.size(),
|
||||
reinterpret_cast<const unsigned char*>(spamspam.c_str()),
|
||||
spamspam.size()));
|
||||
(spam.size(),
|
||||
reinterpret_cast<const unsigned char*>(spamspam.c_str()),
|
||||
spamspam.size()));
|
||||
CPPUNIT_ASSERT(p.isHashCalculated());
|
||||
|
||||
CPPUNIT_ASSERT_EQUAL(std::string("d9189aff79e075a2e60271b9556a710dc1bc7de7"),
|
||||
p.getHashString());
|
||||
p.getHashString());
|
||||
}
|
||||
|
||||
#endif // ENABLE_MESSAGE_DIGEST
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue