mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
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:
@@ -20,9 +20,9 @@
|
||||
#include <BeastConfig.h>
|
||||
#include <ripple/rpc/ServerHandler.h>
|
||||
#include <ripple/json/json_reader.h>
|
||||
#include <test/support/jtx.h>
|
||||
#include <test/support/WSClient.h>
|
||||
#include <test/support/JSONRPCClient.h>
|
||||
#include <test/jtx.h>
|
||||
#include <test/jtx/WSClient.h>
|
||||
#include <test/jtx/JSONRPCClient.h>
|
||||
#include <ripple/core/DeadlineTimer.h>
|
||||
#include <beast/core/to_string.hpp>
|
||||
#include <beast/http.hpp>
|
||||
|
||||
Reference in New Issue
Block a user