diff options
| author | Alan Conway <aconway@apache.org> | 2010-04-21 14:48:58 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-04-21 14:48:58 +0000 |
| commit | 9525974f263be413cf6badcb91480cfb80a60dda (patch) | |
| tree | 7ae41cc93a3b68a81cf433a9c8dff872fd3d736b /cpp/src/tests/sender.cpp | |
| parent | 29328cdac97ca7c171c380ebe8296900d9110bf0 (diff) | |
| download | qpid-python-9525974f263be413cf6badcb91480cfb80a60dda.tar.gz | |
Consistent use of string constants for message property keys in sender/receiver tests.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@936337 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/sender.cpp')
| -rw-r--r-- | cpp/src/tests/sender.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/sender.cpp b/cpp/src/tests/sender.cpp index 9634c1a55e..9850e851da 100644 --- a/cpp/src/tests/sender.cpp +++ b/cpp/src/tests/sender.cpp @@ -120,7 +120,7 @@ void Sender::execute(AsyncSession& session, bool isRetry) string data; while (getline(std::cin, data)) { message.setData(data); - message.getHeaders().setInt("sn", ++sent); + message.getHeaders().setInt("SN", ++sent); string matchKey; if (lvqMatchValues && getline(lvqMatchValues, matchKey)) { message.getHeaders().setString(QueueOptions::strLVQMatchProperty, matchKey); |
