mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 18:45:55 +00:00
remove info log from catalogue tests
This commit is contained in:
@@ -101,8 +101,7 @@ class Catalogue_test : public beast::unit_test::suite
|
|||||||
{
|
{
|
||||||
testcase("catalogue_create: Invalid parameters");
|
testcase("catalogue_create: Invalid parameters");
|
||||||
using namespace test::jtx;
|
using namespace test::jtx;
|
||||||
Env env{
|
Env env{*this, envconfig(), features};
|
||||||
*this, envconfig(), features, nullptr, beast::severities::kInfo};
|
|
||||||
|
|
||||||
// No parameters
|
// No parameters
|
||||||
{
|
{
|
||||||
@@ -177,8 +176,7 @@ class Catalogue_test : public beast::unit_test::suite
|
|||||||
using namespace test::jtx;
|
using namespace test::jtx;
|
||||||
|
|
||||||
// Create environment and some test ledgers
|
// Create environment and some test ledgers
|
||||||
Env env{
|
Env env{*this, envconfig(), features};
|
||||||
*this, envconfig(), features, nullptr, beast::severities::kInfo};
|
|
||||||
prepareLedgerData(env, 5);
|
prepareLedgerData(env, 5);
|
||||||
|
|
||||||
boost::filesystem::path tempDir =
|
boost::filesystem::path tempDir =
|
||||||
@@ -216,8 +214,7 @@ class Catalogue_test : public beast::unit_test::suite
|
|||||||
{
|
{
|
||||||
testcase("catalogue_load: Invalid parameters");
|
testcase("catalogue_load: Invalid parameters");
|
||||||
using namespace test::jtx;
|
using namespace test::jtx;
|
||||||
Env env{
|
Env env{*this, envconfig(), features};
|
||||||
*this, envconfig(), features, nullptr, beast::severities::kInfo};
|
|
||||||
|
|
||||||
// No parameters
|
// No parameters
|
||||||
{
|
{
|
||||||
@@ -264,8 +261,7 @@ class Catalogue_test : public beast::unit_test::suite
|
|||||||
using namespace test::jtx;
|
using namespace test::jtx;
|
||||||
|
|
||||||
// Create environment and test data
|
// Create environment and test data
|
||||||
Env env{
|
Env env{*this, envconfig(), features};
|
||||||
*this, envconfig(), features, nullptr, beast::severities::kInfo};
|
|
||||||
prepareLedgerData(env, 5);
|
prepareLedgerData(env, 5);
|
||||||
|
|
||||||
// Store some key state information before catalogue creation
|
// Store some key state information before catalogue creation
|
||||||
@@ -567,8 +563,7 @@ class Catalogue_test : public beast::unit_test::suite
|
|||||||
using namespace test::jtx;
|
using namespace test::jtx;
|
||||||
|
|
||||||
// Create environment and test data
|
// Create environment and test data
|
||||||
Env env{
|
Env env{*this, envconfig(), features};
|
||||||
*this, envconfig(), features, nullptr, beast::severities::kInfo};
|
|
||||||
prepareLedgerData(env, 3);
|
prepareLedgerData(env, 3);
|
||||||
|
|
||||||
boost::filesystem::path tempDir =
|
boost::filesystem::path tempDir =
|
||||||
@@ -659,8 +654,7 @@ class Catalogue_test : public beast::unit_test::suite
|
|||||||
using namespace test::jtx;
|
using namespace test::jtx;
|
||||||
|
|
||||||
// Create environment and test data
|
// Create environment and test data
|
||||||
Env env{
|
Env env{*this, envconfig(), features};
|
||||||
*this, envconfig(), features, nullptr, beast::severities::kInfo};
|
|
||||||
prepareLedgerData(env, 3);
|
prepareLedgerData(env, 3);
|
||||||
|
|
||||||
boost::filesystem::path tempDir =
|
boost::filesystem::path tempDir =
|
||||||
@@ -732,8 +726,7 @@ class Catalogue_test : public beast::unit_test::suite
|
|||||||
using namespace test::jtx;
|
using namespace test::jtx;
|
||||||
|
|
||||||
// Create environment and test data
|
// Create environment and test data
|
||||||
Env env{
|
Env env{*this, envconfig(), features};
|
||||||
*this, envconfig(), features, nullptr, beast::severities::kInfo};
|
|
||||||
prepareLedgerData(env, 5);
|
prepareLedgerData(env, 5);
|
||||||
|
|
||||||
boost::filesystem::path tempDir =
|
boost::filesystem::path tempDir =
|
||||||
@@ -818,8 +811,7 @@ class Catalogue_test : public beast::unit_test::suite
|
|||||||
using namespace test::jtx;
|
using namespace test::jtx;
|
||||||
|
|
||||||
// Create environment
|
// Create environment
|
||||||
Env env{
|
Env env{*this, envconfig(), features};
|
||||||
*this, envconfig(), features, nullptr, beast::severities::kInfo};
|
|
||||||
|
|
||||||
boost::filesystem::path tempDir =
|
boost::filesystem::path tempDir =
|
||||||
boost::filesystem::temp_directory_path() /
|
boost::filesystem::temp_directory_path() /
|
||||||
|
|||||||
Reference in New Issue
Block a user