Add Ledger RPC Tests (RIPD-1297):

Migrate tests in remote-test.js to cpp/jtx. Add coverage for
ledger_entry RPC request.
This commit is contained in:
Mike Ellery
2016-10-17 13:37:37 -07:00
committed by Nik Bougalis
parent 61d9dda4e0
commit 35504f1723
4 changed files with 309 additions and 0 deletions

View File

@@ -29,6 +29,7 @@
#include <test/rpc/KeyGeneration_test.cpp>
#include <test/rpc/LedgerClosed_test.cpp>
#include <test/rpc/LedgerData_test.cpp>
#include <test/rpc/LedgerRPC_test.cpp>
#include <test/rpc/LedgerRequestRPC_test.cpp>
#include <test/rpc/NoRipple_test.cpp>
#include <test/rpc/RobustTransaction_test.cpp>