summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/MessagingSessionTests.cpp
diff options
context:
space:
mode:
authorMichael Goulish <mgoulish@apache.org>2012-09-18 13:10:04 +0000
committerMichael Goulish <mgoulish@apache.org>2012-09-18 13:10:04 +0000
commit6b151e0081390e449a0cf002352c27ad08c0abe1 (patch)
tree9f16bb68d102191bf02215ba6feef67eeb4161dd /qpid/cpp/src/tests/MessagingSessionTests.cpp
parentf972745a94f0f0bf47faca29c0697783408c7ce0 (diff)
downloadqpid-python-6b151e0081390e449a0cf002352c27ad08c0abe1.tar.gz
qpid-4317 make browse-only x-arg string similar to others
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1387135 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/MessagingSessionTests.cpp')
-rw-r--r--qpid/cpp/src/tests/MessagingSessionTests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/MessagingSessionTests.cpp b/qpid/cpp/src/tests/MessagingSessionTests.cpp
index 6d6551458d..edb50fce9c 100644
--- a/qpid/cpp/src/tests/MessagingSessionTests.cpp
+++ b/qpid/cpp/src/tests/MessagingSessionTests.cpp
@@ -1172,7 +1172,7 @@ QPID_AUTO_TEST_CASE(testBrowseOnly)
allow message acquisition. */
QueueFixture fix;
- std::string addr = "q; {create:always, node:{type:queue, durable:false, x-declare:{arguments:{browse-only:1}}}}";
+ std::string addr = "q; {create:always, node:{type:queue, durable:false, x-declare:{arguments:{qpid.browse-only:1}}}}";
Sender sender = fix.session.createSender(addr);
Message out("test-message");