diff options
| author | Nuno Santos <nsantos@apache.org> | 2008-05-13 20:36:23 +0000 |
|---|---|---|
| committer | Nuno Santos <nsantos@apache.org> | 2008-05-13 20:36:23 +0000 |
| commit | f3f2a5d43a0b23837d87d33e5415c9b131b5457d (patch) | |
| tree | fbde41c6262c7baa717ee79f8285cb90d2d85465 /qpid/python/tests_0-10 | |
| parent | 5084f670aab81b25958e489943e088aefd025655 (diff) | |
| download | qpid-python-f3f2a5d43a0b23837d87d33e5415c9b131b5457d.tar.gz | |
continuation of QPID-1052
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@656004 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/tests_0-10')
| -rw-r--r-- | qpid/python/tests_0-10/management.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/tests_0-10/management.py b/qpid/python/tests_0-10/management.py index 3ca7284d2a..f1360a1902 100644 --- a/qpid/python/tests_0-10/management.py +++ b/qpid/python/tests_0-10/management.py @@ -73,7 +73,7 @@ class ManagementTest (TestBase010): brokerSessions = mc.syncGetObjects (mch, "session") found = False for bs in brokerSessions: - if bs.name == info[1]: + if bs.name == info.sessionId: found = True self.assertEqual (found, True) mc.removeChannel (mch) |
