Add LedgerClosed test (RIPD-1272)

Migrate the logic in monitor-test.js to a new jtx test
that covers the ledger_closed RPC method.
This commit is contained in:
Mike Ellery
2016-08-18 13:21:54 -07:00
committed by Nik Bougalis
parent 87756b9324
commit ad9be4dbf6
5 changed files with 74 additions and 2 deletions

View File

@@ -27,9 +27,10 @@
#include <test/rpc/GatewayBalances_test.cpp>
#include <test/rpc/JSONRPC_test.cpp>
#include <test/rpc/KeyGeneration_test.cpp>
#include <test/rpc/LedgerClosed_test.cpp>
#include <test/rpc/LedgerData_test.cpp>
#include <test/rpc/LedgerRequestRPC_test.cpp>
#include <test/rpc/RobustTransaction_test.cpp>
#include <test/rpc/ServerInfo_test.cpp>
#include <test/rpc/Status_test.cpp>
#include <test/rpc/Subscribe_test.cpp>
#include <test/rpc/Subscribe_test.cpp>