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 | e61ee76e926677247fae9722bdedff15f538ce03 (patch) | |
| tree | aae904b47b4b03cf4ba3dc017d87d7b00b4f6a62 /qpid/cpp/src/tests/ha_tests.py | |
| parent | 16fce80a069067223e1afd3fa629fbaa0c3214b3 (diff) | |
| download | qpid-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-x | qpid/cpp/src/tests/ha_tests.py | 1 |
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() |
