summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2010-07-10 12:25:43 -0700
committerDaniel Burrows <dburrows@debian.org>2010-07-10 12:25:43 -0700
commit750e7bfefb17cb188d62ec722fde5c66c41f5b6c (patch)
tree82a901269ed19c795ecdfea400b678e65d48d2c1 /tests
parent419dd29079d522c7666f720385ec78c6ca9fad9b (diff)
downloadaptitude-750e7bfefb17cb188d62ec722fde5c66c41f5b6c.tar.gz
Use Mock to implement terminal_with_combined_output.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_teletype_mock.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_teletype_mock.cc b/tests/test_teletype_mock.cc
index 8853140e..b8e2997d 100644
--- a/tests/test_teletype_mock.cc
+++ b/tests/test_teletype_mock.cc
@@ -96,7 +96,7 @@ namespace
: widechar(1, two_column_char),
term_locale(mocks::terminal_locale::create_strict()),
term_metrics(mocks::terminal_metrics::create_strict()),
- term_output(mocks::terminal_with_combined_output::create()),
+ term_output(mocks::terminal_with_combined_output::create_strict()),
teletype(mocks::create_teletype(term_locale, term_metrics, term_output))
{
EXPECT_CALL(*term_locale, wcwidth(two_column_char))