From e61ee76e926677247fae9722bdedff15f538ce03 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 24 Sep 2012 19:55:22 +0000 Subject: NO-JIRA: Add missing initializers on ha::BrokerInfo contstructor. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1389542 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/ha_tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'qpid/cpp/src/tests') diff --git a/qpid/cpp/src/tests/ha_tests.py b/qpid/cpp/src/tests/ha_tests.py index 64d87fbc86..31142de293 100755 --- a/qpid/cpp/src/tests/ha_tests.py +++ b/qpid/cpp/src/tests/ha_tests.py @@ -109,6 +109,7 @@ class HaBroker(Broker): def wait_status(self, status): def try_get_status(): + self._status = self.ha_status() # Ignore ConnectionError, the broker may not be up yet. try: self._status = self.ha_status() -- cgit v1.2.1