diff options
author | Gordon Sim <gsim@apache.org> | 2010-03-10 11:48:20 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2010-03-10 11:48:20 +0000 |
commit | 2312ac871432b83b928be9f7403854ca7ef3af7a (patch) | |
tree | 58f3ff546ab481134feed365e8b977b59d7d5587 /cpp/examples/pub-sub | |
parent | 822b3c8d4f3ccea6b24cfbd50a78f5bd703f4fdd (diff) | |
download | qpid-python-2312ac871432b83b928be9f7403854ca7ef3af7a.tar.gz |
QPID-2441: patch from Jan Sarenik that prevents verification failures when running the examples if locale is not as expected
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@921319 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/pub-sub')
-rw-r--r-- | cpp/examples/pub-sub/verify_python_cpp.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/examples/pub-sub/verify_python_cpp.in b/cpp/examples/pub-sub/verify_python_cpp.in index 52e8db9d72..f2871eb743 100644 --- a/cpp/examples/pub-sub/verify_python_cpp.in +++ b/cpp/examples/pub-sub/verify_python_cpp.in @@ -5,6 +5,10 @@ Declaring queue: news Declaring queue: usa Declaring queue: weather Listening for messages ... +Message: That's all, folks! from europe +Message: That's all, folks! from news +Message: That's all, folks! from usa +Message: That's all, folks! from weather Message: europe.news 0 from europe Message: europe.news 0 from news Message: europe.news 1 from europe @@ -25,10 +29,6 @@ Message: europe.weather 3 from europe Message: europe.weather 3 from weather Message: europe.weather 4 from europe Message: europe.weather 4 from weather -Message: That's all, folks! from europe -Message: That's all, folks! from news -Message: That's all, folks! from usa -Message: That's all, folks! from weather Message: usa.news 0 from news Message: usa.news 0 from usa Message: usa.news 1 from news |