summaryrefslogtreecommitdiff
path: root/test/unit/util/output_black.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/util/output_black.h')
-rw-r--r--test/unit/util/output_black.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/unit/util/output_black.h b/test/unit/util/output_black.h
index 61b1f40d2..84371f790 100644
--- a/test/unit/util/output_black.h
+++ b/test/unit/util/output_black.h
@@ -38,12 +38,12 @@ class OutputBlack : public CxxTest::TestSuite {
public:
void setUp() {
- Debug.setStream(d_debugStream);
- Trace.setStream(d_traceStream);
- Notice.setStream(d_noticeStream);
- Chat.setStream(d_chatStream);
- Message.setStream(d_messageStream);
- Warning.setStream(d_warningStream);
+ DebugChannel.setStream(d_debugStream);
+ TraceChannel.setStream(d_traceStream);
+ NoticeChannel.setStream(d_noticeStream);
+ ChatChannel.setStream(d_chatStream);
+ MessageChannel.setStream(d_messageStream);
+ WarningChannel.setStream(d_warningStream);
d_debugStream.str("");
d_traceStream.str("");
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback