From fa2c44c3ccc3e7a54e2afc862addd555d5a6e51b Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Fri, 2 Aug 2019 17:06:37 -0400 Subject: test: Add ASSERT_DEBUG_LOG to unit test framework --- src/noui.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/noui.h') diff --git a/src/noui.h b/src/noui.h index 854aeeacca..621e9c2798 100644 --- a/src/noui.h +++ b/src/noui.h @@ -17,10 +17,10 @@ void noui_InitMessage(const std::string& message); /** Connect all bitcoind signal handlers */ void noui_connect(); -/** Suppress all bitcoind signal handlers. Used to suppress output during test runs that produce expected errors */ -void noui_suppress(); +/** Redirect all bitcoind signal handlers to LogPrintf. Used to check or suppress output during test runs that produce expected errors */ +void noui_test_redirect(); -/** Reconnects the regular Non-GUI handlers after having used noui_suppress */ +/** Reconnects the regular Non-GUI handlers after having used noui_test_redirect */ void noui_reconnect(); #endif // BITCOIN_NOUI_H -- cgit v1.2.3