summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2009-01-05 21:39:17 +0000
committerGordon Sim <gsim@apache.org>2009-01-05 21:39:17 +0000
commitd64879c9700c17068effe7db2382367030786192 (patch)
treecb3469c1bafbba991ca2eb947c0de81b1e93ebeb
parentf4d6c74b083921aae2b8c855b1d8b467ac0f0bb6 (diff)
downloadqpid-python-d64879c9700c17068effe7db2382367030786192.tar.gz
Update test in line with change to default logging level (see r731649).
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@731734 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/src/tests/logging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/logging.cpp b/qpid/cpp/src/tests/logging.cpp
index bfd7e52eda..051722e7c8 100644
--- a/qpid/cpp/src/tests/logging.cpp
+++ b/qpid/cpp/src/tests/logging.cpp
@@ -291,7 +291,7 @@ QPID_AUTO_TEST_CASE(testOptionsDefault) {
BOOST_CHECK(sinks.logToStderr);
BOOST_CHECK(!sinks.logToStdout);
BOOST_CHECK(sinks.logFile.length() == 0);
- vector<string> expect=list_of("error+");
+ vector<string> expect=list_of("notice+");
BOOST_CHECK_EQUAL(expect, opts.selectors);
BOOST_CHECK(opts.time && opts.level);
BOOST_CHECK(!(opts.source || opts.function || opts.thread));