mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 05:27:38 +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
|
RpcRequest req
|
||||||
(ChangeGlobalOptionRpcMethod::getMethodName(), List::g());
|
(ChangeGlobalOptionRpcMethod::getMethodName(), List::g());
|
||||||
SharedHandle<Dict> opt = Dict::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);
|
req.params->append(opt);
|
||||||
RpcResponse res = m.execute(req, e_.get());
|
RpcResponse res = m.execute(req, e_.get());
|
||||||
CPPUNIT_ASSERT_EQUAL(1, res.code);
|
CPPUNIT_ASSERT_EQUAL(1, res.code);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue