diff options
| author | Rupert Smith <rupertlssmith@apache.org> | 2007-09-27 16:24:57 +0000 |
|---|---|---|
| committer | Rupert Smith <rupertlssmith@apache.org> | 2007-09-27 16:24:57 +0000 |
| commit | f53e17cc4096bd92539907cc924be621575a74c4 (patch) | |
| tree | 97487907b6f9301c86cf93b8d97577365a6a6c1c /cpp/tests/PubSubMessageSizeTest.cpp | |
| parent | 7e1ac76588d8a335e5ea64edbb127d53f1ef57be (diff) | |
| download | qpid-python-f53e17cc4096bd92539907cc924be621575a74c4.tar.gz | |
Interop test case 5 fix.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@580081 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/tests/PubSubMessageSizeTest.cpp')
| -rw-r--r-- | cpp/tests/PubSubMessageSizeTest.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/tests/PubSubMessageSizeTest.cpp b/cpp/tests/PubSubMessageSizeTest.cpp index 04eccb70a9..e75334d989 100644 --- a/cpp/tests/PubSubMessageSizeTest.cpp +++ b/cpp/tests/PubSubMessageSizeTest.cpp @@ -106,6 +106,8 @@ public: void PubSubMessageSizeTest::assign(const std::string& role, framing::FieldTable& params, TestOptions& options) { + //std::cout << "void PubSubMessageSizeTest::assign(const std::string& role, framing::FieldTable& params, TestOptions& options): called"; + std::string key = params.getString("PUBSUB_KEY"); int messages = params.getInt("PUBSUB_NUM_MESSAGES"); int receivers = params.getInt("PUBSUB_NUM_RECEIVERS"); |
