Add test for feature RPC (RIPD-1391):

Create unit test for feature RPC method. Add client_error field to env
RPC requests to provide information about parsing errors.
This commit is contained in:
Mike Ellery
2017-01-27 15:05:46 -08:00
committed by Nik Bougalis
parent aea54b7230
commit 7b82051bdb
5 changed files with 302 additions and 1 deletions

View File

@@ -24,6 +24,7 @@
#include <test/rpc/AccountOffers_test.cpp>
#include <test/rpc/AccountSet_test.cpp>
#include <test/rpc/Book_test.cpp>
#include <test/rpc/Feature_test.cpp>
#include <test/rpc/GatewayBalances_test.cpp>
#include <test/rpc/GetCounts_test.cpp>
#include <test/rpc/JSONRPC_test.cpp>