debug acctx tests under release builder

This commit is contained in:
Richard Holland
2025-02-04 15:37:52 +11:00
parent 317bd4bc6e
commit 4221267dce

View File

@@ -269,6 +269,10 @@ class AccountTx_test : public beast::unit_test::suite
j[jss::result][jss::status] != "success")
return false;
std::cout << "hasTx " << (strict ? "strict" : "not strict")
<< ":\n"
<< to_string(j) << "\n";
if (strict)
{
return (j[jss::result][jss::transactions].size() == 3) &&