mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 13:37:40 +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
|
@ -40,14 +40,14 @@ void DownloadContextTest::testFindFileEntryByOffset()
|
|||
SharedHandle<FileEntry>(new FileEntry("file6",0,6000))
|
||||
};
|
||||
ctx.setFileEntries(&fileEntries[0],
|
||||
&fileEntries[arrayLength(fileEntries)]);
|
||||
&fileEntries[arrayLength(fileEntries)]);
|
||||
|
||||
CPPUNIT_ASSERT_EQUAL(std::string("file1"),
|
||||
ctx.findFileEntryByOffset(0)->getPath());
|
||||
ctx.findFileEntryByOffset(0)->getPath());
|
||||
CPPUNIT_ASSERT_EQUAL(std::string("file4"),
|
||||
ctx.findFileEntryByOffset(1500)->getPath());
|
||||
ctx.findFileEntryByOffset(1500)->getPath());
|
||||
CPPUNIT_ASSERT_EQUAL(std::string("file5"),
|
||||
ctx.findFileEntryByOffset(5999)->getPath());
|
||||
ctx.findFileEntryByOffset(5999)->getPath());
|
||||
CPPUNIT_ASSERT(ctx.findFileEntryByOffset(6000).isNull());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue