summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-09-21 10:24:08 +0000
committerMorgan Deters <mdeters@gmail.com>2012-09-21 10:24:08 +0000
commit9c543757e459bfae5ce1254322212f72af0d37a4 (patch)
tree710ae09a33cef2b8d80d1c5ceae9048301c8d460 /test
parent107988db066b3265c1cb80662e06f240def2a2c0 (diff)
better verbosity support (so it's sensible when the library is used via the API)
(this commit was certified error- and warning-free by the test-and-commit script.)
Diffstat (limited to 'test')
-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