Add ledger_data RPC tests (RIPD-1260):

Migrate ledger-data-test.js to cpp tests. Provide coverage for
paging limits and input error cases.
This commit is contained in:
Mike Ellery
2016-08-09 14:56:47 -07:00
committed by Nik Bougalis
parent cf8b6be494
commit 8f41817cb9
4 changed files with 245 additions and 0 deletions

View File

@@ -105,6 +105,7 @@
#include <ripple/rpc/tests/JSONRPC.test.cpp>
#include <ripple/rpc/tests/GatewayBalances.test.cpp>
#include <ripple/rpc/tests/LedgerRequestRPC.test.cpp>
#include <ripple/rpc/tests/LedgerData.test.cpp>
#include <ripple/rpc/tests/KeyGeneration.test.cpp>
#include <ripple/rpc/tests/RobustTransaction.test.cpp>
#include <ripple/rpc/tests/ServerInfo.test.cpp>