Allowed missing params in system.multicall RPC method.

This commit is contained in:
Tatsuhiro Tsujikawa 2011-06-15 00:42:50 +09:00
parent 2d92571cf9
commit d1885a5874
2 changed files with 11 additions and 10 deletions

View file

@ -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)));
}