mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
@@ -98,7 +98,6 @@ TEST_CASE("Text logs")
|
|||||||
CHECK(logStream.str().find("\n") == std::string::npos);
|
CHECK(logStream.str().find("\n") == std::string::npos);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
TEST_CASE("Test format output")
|
TEST_CASE("Test format output")
|
||||||
{
|
{
|
||||||
std::string output;
|
std::string output;
|
||||||
|
|||||||
@@ -87,12 +87,8 @@ private:
|
|||||||
|
|
||||||
TEST_CASE_FIXTURE(JsonLogStreamFixture, "TestJsonLogFields")
|
TEST_CASE_FIXTURE(JsonLogStreamFixture, "TestJsonLogFields")
|
||||||
{
|
{
|
||||||
journal().debug() << std::boolalpha
|
journal().debug() << std::boolalpha << true << std::noboolalpha << " Test "
|
||||||
<< true
|
<< std::boolalpha << false;
|
||||||
<< std::noboolalpha
|
|
||||||
<< " Test "
|
|
||||||
<< std::boolalpha
|
|
||||||
<< false;
|
|
||||||
|
|
||||||
Json::Value logValue;
|
Json::Value logValue;
|
||||||
Json::Reader reader;
|
Json::Reader reader;
|
||||||
|
|||||||
Reference in New Issue
Block a user