mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Move support test code to src/test/support (RIPD-1313)
This commit is contained in:
@@ -19,12 +19,12 @@
|
||||
|
||||
#include <BeastConfig.h>
|
||||
#include <ripple/json/Object.h>
|
||||
#include <ripple/rpc/tests/TestOutputSuite.test.h>
|
||||
#include <test/json/TestOutputSuite.h>
|
||||
#include <ripple/beast/unit_test.h>
|
||||
|
||||
namespace Json {
|
||||
|
||||
class JsonObject_test : public ripple::RPC::TestOutputSuite
|
||||
class JsonObject_test : public ripple::test::TestOutputSuite
|
||||
{
|
||||
void setup (std::string const& testName)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user