mirror of
https://github.com/aria2/aria2.git
synced 2025-04-06 22:17:38 +03:00
Renamed DownloadErrorCode.h as error_code.h. Renamed
downloaderrorcode::Value as error_code::Value.
This commit is contained in:
parent
13e3cf2573
commit
947967fc63
33 changed files with 114 additions and 113 deletions
|
@ -721,7 +721,7 @@ void XmlRpcMethodTest::testGatherStoppedDownload()
|
|||
d->inMemoryDownload = false;
|
||||
d->sessionDownloadLength = UINT64_MAX;
|
||||
d->sessionTime = 1000;
|
||||
d->result = downloadresultcode::FINISHED;
|
||||
d->result = error_code::FINISHED;
|
||||
d->followedBy = followedBy;
|
||||
d->belongsTo = 2;
|
||||
SharedHandle<Dict> entry = Dict::g();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue