summaryrefslogtreecommitdiff
path: root/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
commite76c0fb1f51239ec917b304312e01a010387f80b (patch)
tree612dcbd23b4356875931df0c2209451ddfe01e6c /cpp/src/tests/ha_tests.py
parent65cc7718148a2ee5633739f231a31acf409c4681 (diff)
downloadqpid-python-e76c0fb1f51239ec917b304312e01a010387f80b.tar.gz
NO-JIRA: Add missing initializers on ha::BrokerInfo contstructor.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1389542 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/ha_tests.py')
-rwxr-xr-xcpp/src/tests/ha_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/ha_tests.py b/cpp/src/tests/ha_tests.py
index 64d87fbc86..31142de293 100755
--- a/cpp/src/tests/ha_tests.py
+++ b/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()