diff options
| author | Gordon Sim <gsim@apache.org> | 2007-11-28 09:24:50 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-11-28 09:24:50 +0000 |
| commit | 434b76471282a3f344e8ebe4235a40b8e8b6fc05 (patch) | |
| tree | 03850680f7e6ca7dcbde737a16788728fb9f9ede /qpid/cpp/src/tests/logging.cpp | |
| parent | 580b9acfb8f05ea2d77abf0e2404e3e32fca0b62 (diff) | |
| download | qpid-python-434b76471282a3f344e8ebe4235a40b8e8b6fc05.tar.gz | |
Fixed test in line with changes made to defaults.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@598924 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/logging.cpp')
| -rw-r--r-- | qpid/cpp/src/tests/logging.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/logging.cpp b/qpid/cpp/src/tests/logging.cpp index 72262ab3bc..0f7ad3f4d5 100644 --- a/qpid/cpp/src/tests/logging.cpp +++ b/qpid/cpp/src/tests/logging.cpp @@ -288,7 +288,7 @@ BOOST_AUTO_TEST_CASE(testOptionsParse) { BOOST_AUTO_TEST_CASE(testOptionsDefault) { Options opts; - vector<string> expect=list_of("stderr"); + vector<string> expect=list_of("stdout"); BOOST_CHECK_EQUAL(expect, opts.outputs); expect=list_of("error+"); BOOST_CHECK_EQUAL(expect, opts.selectors); |
