mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove beast::Journal default constructor
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
//==============================================================================
|
||||
|
||||
#include <ripple/shamap/SHAMap.h>
|
||||
#include <test/shamap/common.h>
|
||||
#include <ripple/protocol/digest.h>
|
||||
#include <ripple/basics/contract.h>
|
||||
#include <ripple/basics/random.h>
|
||||
@@ -26,6 +25,8 @@
|
||||
#include <ripple/basics/UnorderedContainers.h>
|
||||
#include <ripple/beast/xor_shift_engine.h>
|
||||
#include <ripple/beast/unit_test.h>
|
||||
#include <test/shamap/common.h>
|
||||
#include <test/unit_test/SuiteJournal.h>
|
||||
#include <functional>
|
||||
#include <stdexcept>
|
||||
|
||||
@@ -116,8 +117,10 @@ public:
|
||||
|
||||
void run () override
|
||||
{
|
||||
beast::Journal const j; // debug journal
|
||||
TestFamily f(j);
|
||||
using namespace beast::severities;
|
||||
test::SuiteJournal journal ("FetchPack_test", *this);
|
||||
|
||||
TestFamily f(journal);
|
||||
std::shared_ptr <Table> t1 (std::make_shared <Table> (
|
||||
SHAMapType::FREE, f, SHAMap::version{2}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user