mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Support stream composition of testcase names
This commit is contained in:
@@ -97,7 +97,7 @@ bool PeerTest::Results::report (unit_test::suite& suite,
|
||||
bool beginTestCase) const
|
||||
{
|
||||
if (beginTestCase)
|
||||
suite.testcase (name.toStdString());
|
||||
suite.testcase << name.toStdString();
|
||||
bool success = true;
|
||||
if (! client.report (suite))
|
||||
success = false;
|
||||
|
||||
Reference in New Issue
Block a user