From f53e17cc4096bd92539907cc924be621575a74c4 Mon Sep 17 00:00:00 2001 From: Rupert Smith Date: Thu, 27 Sep 2007 16:24:57 +0000 Subject: 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 --- cpp/tests/PubSubMessageSizeTest.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/tests/PubSubMessageSizeTest.cpp') 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"); -- cgit v1.2.1