summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2007-11-28 09:24:50 +0000
committerGordon Sim <gsim@apache.org>2007-11-28 09:24:50 +0000
commit30bf5638a4c479fce45607e856b2a95afa8ecc0c (patch)
tree74eaab6c7512a69927ee63ac41207839f5bcbcad /cpp/src
parent3d6a67e8ba5a0de453af9ab2e21422b3906b6897 (diff)
downloadqpid-python-30bf5638a4c479fce45607e856b2a95afa8ecc0c.tar.gz
Fixed test in line with changes made to defaults.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@598924 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/tests/logging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/logging.cpp b/cpp/src/tests/logging.cpp
index 72262ab3bc..0f7ad3f4d5 100644
--- a/cpp/src/tests/logging.cpp
+++ b/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);