mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 21:17:41 +03:00
Fixed unit test
This commit is contained in:
parent
249fd90c92
commit
62a07fff5f
1 changed files with 1 additions and 1 deletions
|
@ -564,7 +564,7 @@ void RpcMethodTest::testChangeGlobalOption_withNotAllowedOption()
|
|||
RpcRequest req
|
||||
(ChangeGlobalOptionRpcMethod::getMethodName(), List::g());
|
||||
SharedHandle<Dict> opt = Dict::g();
|
||||
opt->put(PREF_MAX_DOWNLOAD_LIMIT->k, "100K");
|
||||
opt->put(PREF_ENABLE_RPC->k, "100K");
|
||||
req.params->append(opt);
|
||||
RpcResponse res = m.execute(req, e_.get());
|
||||
CPPUNIT_ASSERT_EQUAL(1, res.code);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue