From ec7ef1d67fd460152e31d04c6b96b11c76af3b39 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 4 Sep 2014 20:48:27 +0000 Subject: NO-JIRA: Fix qpid/cpp/src/tests/ha_tests.py to work on python 2.4. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1622560 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/ha_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/src') diff --git a/qpid/cpp/src/tests/ha_tests.py b/qpid/cpp/src/tests/ha_tests.py index 1567bfd177..482296e47f 100755 --- a/qpid/cpp/src/tests/ha_tests.py +++ b/qpid/cpp/src/tests/ha_tests.py @@ -1527,7 +1527,7 @@ class TransactionTests(HaBrokerTest): t = CommitThread() t.start() # Commit in progress t.join(timeout=0.01) - self.assertTrue(t.is_alive()) + self.assertTrue(t.isAlive()) cluster.bounce(0) os.kill(cluster[2].pid, signal.SIGCONT) t.join() -- cgit v1.2.1