mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 21:17:41 +03:00
Allowed missing params in system.multicall RPC method.
This commit is contained in:
parent
2d92571cf9
commit
d1885a5874
2 changed files with 11 additions and 10 deletions
|
@ -1129,10 +1129,7 @@ void RpcMethodTest::testSystemMulticall()
|
|||
asInteger
|
||||
(asDict(resParams->get(4))->get("faultCode"))
|
||||
->i());
|
||||
CPPUNIT_ASSERT_EQUAL((int64_t)1,
|
||||
asInteger
|
||||
(asDict(resParams->get(5))->get("faultCode"))
|
||||
->i());
|
||||
CPPUNIT_ASSERT(asList(resParams->get(5)));
|
||||
CPPUNIT_ASSERT(asList(resParams->get(6)));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue