summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-04-02 16:13:54 +0000
committerAlan Conway <aconway@apache.org>2008-04-02 16:13:54 +0000
commit735fbf00f9ddae479c6a4e682fd3fa4224b6131f (patch)
treedfabe52fc9e15003fb16d602397cd9f232872461 /qpid/cpp/src/tests
parentf04ae76e755147e50a6e92564727de4af0221026 (diff)
downloadqpid-python-735fbf00f9ddae479c6a4e682fd3fa4224b6131f.tar.gz
Fixed logger warning on F9.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@643957 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
-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 201c935319..718ab01d9a 100644
--- a/qpid/cpp/src/tests/logging.cpp
+++ b/qpid/cpp/src/tests/logging.cpp
@@ -172,7 +172,7 @@ BOOST_AUTO_TEST_CASE(testLoggerFormat) {
l.format(~0); // Everything
QPID_LOG(critical, "foo");
- string re=".* critical \\[[0-9a-f]*] "+string(__FILE__)+":\\d+:void .*testLoggerFormat.*\\(\\): foo\n";
+ string re=".* critical -?\\[[0-9a-f]*] "+string(__FILE__)+":\\d+:void .*testLoggerFormat.*\\(\\): foo\n";
BOOST_CHECK_REGEX(re, out->last());
}