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);
|
||||
}
|
||||
|
||||
|
||||
TEST_CASE("Test format output")
|
||||
{
|
||||
std::string output;
|
||||
|
||||
@@ -87,12 +87,8 @@ private:
|
||||
|
||||
TEST_CASE_FIXTURE(JsonLogStreamFixture, "TestJsonLogFields")
|
||||
{
|
||||
journal().debug() << std::boolalpha
|
||||
<< true
|
||||
<< std::noboolalpha
|
||||
<< " Test "
|
||||
<< std::boolalpha
|
||||
<< false;
|
||||
journal().debug() << std::boolalpha << true << std::noboolalpha << " Test "
|
||||
<< std::boolalpha << false;
|
||||
|
||||
Json::Value logValue;
|
||||
Json::Reader reader;
|
||||
|
||||
Reference in New Issue
Block a user