diff options
| author | Alan Conway <aconway@apache.org> | 2012-09-24 19:55:22 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2012-09-24 19:55:22 +0000 |
| commit | 469af744572438abee2f44e40d64a2f20da4ae6f (patch) | |
| tree | 612dcbd23b4356875931df0c2209451ddfe01e6c /cpp/src/tests | |
| parent | e36a8f18eee78ab38717c2040b45fe1e5c5d633f (diff) | |
| download | qpid-python-469af744572438abee2f44e40d64a2f20da4ae6f.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')
| -rwxr-xr-x | cpp/src/tests/ha_tests.py | 1 |
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() |
