From 715b3ab46cf6f0f8b3e16c492c62e0af418e11f4 Mon Sep 17 00:00:00 2001 From: Nuno Santos Date: Tue, 13 May 2008 20:36:23 +0000 Subject: continuation of QPID-1052 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@656004 13f79535-47bb-0310-9956-ffa450edef68 --- python/tests_0-10/management.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/tests_0-10') diff --git a/python/tests_0-10/management.py b/python/tests_0-10/management.py index 3ca7284d2a..f1360a1902 100644 --- a/python/tests_0-10/management.py +++ b/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) -- cgit v1.2.1