summaryrefslogtreecommitdiff
path: root/cpp/tests/PubSubMessageSizeTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/tests/PubSubMessageSizeTest.cpp')
-rw-r--r--cpp/tests/PubSubMessageSizeTest.cpp2
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");