Add unit test for owner_info (RIPD-1416)

This RPC method is deprecated, but i've added a basic test to cover it
until we actually remove it.
This commit is contained in:
Mike Ellery
2017-05-09 16:14:38 -07:00
committed by seelabs
parent 068048718e
commit 1daefeb594
4 changed files with 224 additions and 0 deletions

View File

@@ -36,6 +36,7 @@
#include <test/rpc/LedgerRequestRPC_test.cpp>
#include <test/rpc/NoRipple_test.cpp>
#include <test/rpc/NoRippleCheck_test.cpp>
#include <test/rpc/OwnerInfo_test.cpp>
#include <test/rpc/Peers_test.cpp>
#include <test/rpc/RobustTransaction_test.cpp>
#include <test/rpc/RPCOverload_test.cpp>