Add jtx test for account_offers RPC (RIPD-1236)

Details
 -------

  * covers existing account_offers-test.js
  * adds new coverage for results limiting and some
    negative tests (bad input)
  * fix bug in json value copying logic for bad seed/account error
    case
  * using new BEAST_EXPECT macros
This commit is contained in:
Mike Ellery
2016-07-20 13:17:33 -07:00
committed by Nik Bougalis
parent cc8671b8b2
commit 9926d3188a
5 changed files with 309 additions and 1 deletions

View File

@@ -96,6 +96,7 @@
#include <ripple/rpc/tests/AccountInfo_test.cpp>
#include <ripple/rpc/tests/AccountLinesRPC.test.cpp>
#include <ripple/rpc/tests/AccountOffers.test.cpp>
#include <ripple/rpc/tests/Book.test.cpp>
#include <ripple/rpc/tests/JSONRPC.test.cpp>
#include <ripple/rpc/tests/GatewayBalances.test.cpp>