Add test for transaction_entry request (RIPD-1401):

Test transaction_entry request. Remove unreachable redundant ledger
lookup check. Fix check for request against the current ledger
(disallowed).
This commit is contained in:
Mike Ellery
2017-02-13 07:45:03 -08:00
committed by seelabs
parent f1377d5d30
commit 4b0a0b0b85
5 changed files with 187 additions and 24 deletions

View File

@@ -38,3 +38,4 @@
#include <test/rpc/ServerInfo_test.cpp>
#include <test/rpc/Status_test.cpp>
#include <test/rpc/Subscribe_test.cpp>
#include <test/rpc/TransactionEntry_test.cpp>