summaryrefslogtreecommitdiff
path: root/qpid/java/client/src
diff options
context:
space:
mode:
authorMarnie McCormack <marnie@apache.org>2006-12-07 11:36:18 +0000
committerMarnie McCormack <marnie@apache.org>2006-12-07 11:36:18 +0000
commit6959d7caa27f5da1e0488bbdd67ba3821ff30bfc (patch)
treed12a2ed83509dbab09819f85c3f64d8e08c09459 /qpid/java/client/src
parent3eac37fb2f7c6c7531c22fa919c3518dea25b2b7 (diff)
downloadqpid-python-6959d7caa27f5da1e0488bbdd67ba3821ff30bfc.tar.gz
Added line to check setPropertyNames as useful temp system
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@483424 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client/src')
-rw-r--r--qpid/java/client/src/test/java/org/apache/qpid/requestreply1/ServiceRequestingClient.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/java/client/src/test/java/org/apache/qpid/requestreply1/ServiceRequestingClient.java b/qpid/java/client/src/test/java/org/apache/qpid/requestreply1/ServiceRequestingClient.java
index 5dc57364b3..74becfd9bb 100644
--- a/qpid/java/client/src/test/java/org/apache/qpid/requestreply1/ServiceRequestingClient.java
+++ b/qpid/java/client/src/test/java/org/apache/qpid/requestreply1/ServiceRequestingClient.java
@@ -107,6 +107,7 @@ public class ServiceRequestingClient implements ExceptionListener
}
try
{
+ m.getPropertyNames();
if (m.propertyExists("timeSent"))
{
long timeSent = Long.parseLong(m.getStringProperty("timeSent"));