summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2007-12-14 17:50:24 +0000
committerGordon Sim <gsim@apache.org>2007-12-14 17:50:24 +0000
commit757539b0223f0c8c76d2822b0894ce59690b71a6 (patch)
treefe8f723e83d3ea39b5fa93fbdaff43928cc27dc9 /cpp
parenta4ae40b1ae042359958f391f3235606a5030029d (diff)
downloadqpid-python-757539b0223f0c8c76d2822b0894ce59690b71a6.tar.gz
Updated tests expectations inline with recent change to default logging output
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@604244 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-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 2065b031e7..984af2c3c7 100644
--- a/cpp/src/tests/logging.cpp
+++ b/cpp/src/tests/logging.cpp
@@ -285,7 +285,7 @@ BOOST_AUTO_TEST_CASE(testOptionsParse) {
BOOST_AUTO_TEST_CASE(testOptionsDefault) {
Options opts;
- vector<string> expect=list_of("stdout");
+ vector<string> expect=list_of("stderr");
BOOST_CHECK_EQUAL(expect, opts.outputs);
expect=list_of("error+");
BOOST_CHECK_EQUAL(expect, opts.selectors);