mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 13:37:40 +03:00
2007-10-12 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Implemented BitTorrent/http/ftp integrated download. I've rewritten lots of files and now some headers have forward class declarations to reduce compile time. The implementation is extremely alpha stage, I recommend to use this for testing purpose only.
This commit is contained in:
parent
e26bbbb9ee
commit
048a2cf597
252 changed files with 8646 additions and 5343 deletions
|
@ -30,7 +30,7 @@ void MessageDigestHelperTest::testDigestDiskWriter() {
|
|||
DiskWriterHandle diskio = new DefaultDiskWriter();
|
||||
diskio->openExistingFile("4096chunk.txt");
|
||||
CPPUNIT_ASSERT_EQUAL(string("608cabc0f2fa18c260cafd974516865c772363d5"),
|
||||
MessageDigestHelper::digest("sha1", diskio));
|
||||
MessageDigestHelper::digest("sha1", diskio, 0, 4096));
|
||||
|
||||
CPPUNIT_ASSERT_EQUAL(string("7a4a9ae537ebbbb826b1060e704490ad0f365ead"),
|
||||
MessageDigestHelper::digest("sha1", diskio, 5, 100));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue