mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 13:37:40 +03:00
2009-02-11 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed broken selected file BitTorrent download. * src/MultiDiskWriter.cc * test/MultiDiskWriterTest.cc * test/MultiFileAllocationIteratorTest.cc
This commit is contained in:
parent
4570a4242e
commit
b5af788a00
4 changed files with 113 additions and 31 deletions
|
@ -120,7 +120,7 @@ void MultiFileAllocationIteratorTest::testMakeDiskWriterEntries()
|
|||
// file9
|
||||
CPPUNIT_ASSERT_EQUAL(prefix+std::string("/file9"),
|
||||
entries[8]->getFilePath(prefix));
|
||||
CPPUNIT_ASSERT(entries[8]->needsFileAllocation());
|
||||
CPPUNIT_ASSERT(!entries[8]->needsFileAllocation());
|
||||
CPPUNIT_ASSERT(!entries[8]->getDiskWriter().isNull());
|
||||
// fileA
|
||||
CPPUNIT_ASSERT_EQUAL(prefix+std::string("/fileA"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue