Cleanup unit test support code (RIPD-1380):

* Remove `src/test/support/mao`
* Flatten `src/test/support/jtx` to `src/test/jtx`
This commit is contained in:
Brad Chase
2017-01-03 10:21:37 -05:00
committed by Nik Bougalis
parent 3c4d3b10c1
commit fb60cc9b5b
134 changed files with 671 additions and 793 deletions

View File

@@ -30,7 +30,7 @@
#include <ripple/rpc/Context.h>
#include <ripple/rpc/impl/Tuning.h>
#include <ripple/rpc/RPCHandler.h>
#include <test/support/jtx.h>
#include <test/jtx.h>
#include <ripple/beast/unit_test.h>
#include <chrono>
#include <condition_variable>