summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/ha_tests.py
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2012-09-24 19:55:22 +0000
committerAlan Conway <aconway@apache.org>2012-09-24 19:55:22 +0000
commite61ee76e926677247fae9722bdedff15f538ce03 (patch)
treeaae904b47b4b03cf4ba3dc017d87d7b00b4f6a62 /qpid/cpp/src/tests/ha_tests.py
parent16fce80a069067223e1afd3fa629fbaa0c3214b3 (diff)
downloadqpid-python-e61ee76e926677247fae9722bdedff15f538ce03.tar.gz
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
Diffstat (limited to 'qpid/cpp/src/tests/ha_tests.py')
-rwxr-xr-xqpid/cpp/src/tests/ha_tests.py1
1 files changed, 1 insertions, 0 deletions
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()