From 52c621a297f839980cf87d9f58d4f5fa29cc806f Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Mon, 5 Jan 2009 21:39:17 +0000 Subject: Update test in line with change to default logging level (see r731649). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@731734 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/logging.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/tests') diff --git a/cpp/src/tests/logging.cpp b/cpp/src/tests/logging.cpp index bfd7e52eda..051722e7c8 100644 --- a/cpp/src/tests/logging.cpp +++ b/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 expect=list_of("error+"); + vector expect=list_of("notice+"); BOOST_CHECK_EQUAL(expect, opts.selectors); BOOST_CHECK(opts.time && opts.level); BOOST_CHECK(!(opts.source || opts.function || opts.thread)); -- cgit v1.2.1