mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 21:17:41 +03:00
clang-format-5.0
This commit is contained in:
parent
20a7c43f2d
commit
795a0474df
48 changed files with 595 additions and 284 deletions
|
@ -369,11 +369,10 @@ void RpcMethodTest::testAddTorrent()
|
|||
CPPUNIT_ASSERT_EQUAL(e_->getOption()->get(PREF_DIR) +
|
||||
"/aria2-0.8.2.tar.bz2",
|
||||
group->getFirstFilePath());
|
||||
CPPUNIT_ASSERT_EQUAL((size_t)1,
|
||||
group->getDownloadContext()
|
||||
->getFirstFileEntry()
|
||||
->getRemainingUris()
|
||||
.size());
|
||||
CPPUNIT_ASSERT_EQUAL((size_t)1, group->getDownloadContext()
|
||||
->getFirstFileEntry()
|
||||
->getRemainingUris()
|
||||
.size());
|
||||
CPPUNIT_ASSERT_EQUAL(std::string("http://localhost/aria2-0.8.2.tar.bz2"),
|
||||
group->getDownloadContext()
|
||||
->getFirstFileEntry()
|
||||
|
@ -1288,7 +1287,9 @@ void RpcMethodTest::testGetSessionInfo()
|
|||
void RpcMethodTest::testPause()
|
||||
{
|
||||
std::vector<std::string> uris{
|
||||
"http://url1", "http://url2", "http://url3",
|
||||
"http://url1",
|
||||
"http://url2",
|
||||
"http://url3",
|
||||
};
|
||||
option_->put(PREF_FORCE_SEQUENTIAL, A2_V_TRUE);
|
||||
std::vector<std::shared_ptr<RequestGroup>> groups;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue