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

@@ -5415,6 +5415,9 @@
<ClCompile Include="..\..\src\test\rpc\KeyGeneration_test.cpp">
<Filter>test\rpc</Filter>
</ClCompile>
<ClCompile Include="..\..\src\test\rpc\LedgerClosed_test.cpp">
<Filter>test\rpc</Filter>
</ClCompile>
<ClCompile Include="..\..\src\test\rpc\LedgerData_test.cpp">
<Filter>test\rpc</Filter>
</ClCompile>