diff options
| author | Gordon Sim <gsim@apache.org> | 2013-08-09 10:50:29 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2013-08-09 10:50:29 +0000 |
| commit | fdb6e755dadcfdc8f269fe24fe8cc8f646a15b05 (patch) | |
| tree | ea2d139c764b73ae62710d34be7ee0ea6cc6637a /qpid/cpp/src/tests | |
| parent | 5b54865b07abd5fe484393e2ffc52d47a1f0226b (diff) | |
| download | qpid-python-fdb6e755dadcfdc8f269fe24fe8cc8f646a15b05.tar.gz | |
QPID-5060: remove exchange and durable for properties map, as they apply to topic itself rather than queue and are tracked by explicit properties
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1512245 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
| -rwxr-xr-x | qpid/cpp/src/tests/qpidt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/qpidt b/qpid/cpp/src/tests/qpidt index 5bdfb6eefd..92df9efc8d 100755 --- a/qpid/cpp/src/tests/qpidt +++ b/qpid/cpp/src/tests/qpidt @@ -117,7 +117,7 @@ class Manager: if k == "name": name = v elif v: - if isinstance(v, dict) and v["_object_name"]: + if isinstance(v, dict) and "_object_name" in v: v = v["_object_name"] details += "%s=%s " %(k,v) print "%-25s %s" % (name, details) |
