summaryrefslogtreecommitdiff
path: root/java/systests
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
commitc8dc6e2ec745f1ea2a6abfca90ad2582a20735b5 (patch)
treeb1a05a9291657f322981361a953697a4fc640d15 /java/systests
parent7a7a3c5b1cfe5c5fa40cb1f6abd2d9946077f070 (diff)
downloadqpid-python-c8dc6e2ec745f1ea2a6abfca90ad2582a20735b5.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/qpid@1615425 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/systests')
-rw-r--r--java/systests/src/main/java/org/apache/qpid/systest/rest/Asserts.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/java/systests/src/main/java/org/apache/qpid/systest/rest/Asserts.java b/java/systests/src/main/java/org/apache/qpid/systest/rest/Asserts.java
index 3ac79076d6..3ae32a17ae 100644
--- a/java/systests/src/main/java/org/apache/qpid/systest/rest/Asserts.java
+++ b/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,