Add test for noripple_check (RIPD-1400):

Add tests. Fix an error type returned in the handler.
This commit is contained in:
Mike Ellery
2017-03-29 10:58:24 -07:00
committed by Nik Bougalis
parent 22c97ba801
commit 5bc8f2e3e8
5 changed files with 344 additions and 2 deletions

View File

@@ -34,6 +34,7 @@
#include <test/rpc/LedgerRPC_test.cpp>
#include <test/rpc/LedgerRequestRPC_test.cpp>
#include <test/rpc/NoRipple_test.cpp>
#include <test/rpc/NoRippleCheck_test.cpp>
#include <test/rpc/RobustTransaction_test.cpp>
#include <test/rpc/RPCOverload_test.cpp>
#include <test/rpc/ServerInfo_test.cpp>