diff options
| author | Michael Goulish <mgoulish@apache.org> | 2012-09-18 13:10:04 +0000 |
|---|---|---|
| committer | Michael Goulish <mgoulish@apache.org> | 2012-09-18 13:10:04 +0000 |
| commit | 6b151e0081390e449a0cf002352c27ad08c0abe1 (patch) | |
| tree | 9f16bb68d102191bf02215ba6feef67eeb4161dd /qpid/cpp/src/tests/MessagingSessionTests.cpp | |
| parent | f972745a94f0f0bf47faca29c0697783408c7ce0 (diff) | |
| download | qpid-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.cpp | 2 |
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"); |
