Add jtx cpp test for noripple flag (RIPD-1259):

- Set and clear noripple flag
 - DefaultRipple on account
 - Set noripple on trustline with -ve balance
 - Pairwise noripple
This commit is contained in:
Will
2016-08-22 17:50:04 -04:00
committed by Nik Bougalis
parent 51d7e7336f
commit 5b09dc731f
4 changed files with 234 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
#include <test/rpc/LedgerClosed_test.cpp>
#include <test/rpc/LedgerData_test.cpp>
#include <test/rpc/LedgerRequestRPC_test.cpp>
#include <test/rpc/NoRipple_test.cpp>
#include <test/rpc/RobustTransaction_test.cpp>
#include <test/rpc/ServerInfo_test.cpp>
#include <test/rpc/Status_test.cpp>