summaryrefslogtreecommitdiff
path: root/qpid/java/systests/src
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2014-08-03 18:06:09 +0000
committerKeith Wall <kwall@apache.org>2014-08-03 18:06:09 +0000
commit50ef5c1742d607847dc0e5080278bcdd7e84b69a (patch)
treea24069745efbcb268fae366515944132016dbea3 /qpid/java/systests/src
parent20beab35b19f246a88ec79828f788e512628252c (diff)
downloadqpid-python-50ef5c1742d607847dc0e5080278bcdd7e84b69a.tar.gz
QPID-5958: [Java Broker] Wire up the Connection#remoteProcessPid attribute to the client's process identifier made
available as connection properties during connection negotiation. * Make information available via the Connection tab during the Web Management UI. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1615425 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/systests/src')
-rw-r--r--qpid/java/systests/src/main/java/org/apache/qpid/systest/rest/Asserts.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/java/systests/src/main/java/org/apache/qpid/systest/rest/Asserts.java b/qpid/java/systests/src/main/java/org/apache/qpid/systest/rest/Asserts.java
index 3ac79076d6..3ae32a17ae 100644
--- a/qpid/java/systests/src/main/java/org/apache/qpid/systest/rest/Asserts.java
+++ b/qpid/java/systests/src/main/java/org/apache/qpid/systest/rest/Asserts.java
@@ -230,7 +230,6 @@ public class Asserts
Connection.LIFETIME_POLICY,
Connection.INCOMING,
Connection.REMOTE_PROCESS_NAME,
- Connection.REMOTE_PROCESS_PID,
Connection.LOCAL_ADDRESS,
Connection.PROPERTIES,
ConfiguredObject.TYPE,