diff options
| author | Alan Conway <aconway@apache.org> | 2012-07-23 21:29:17 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2012-07-23 21:29:17 +0000 |
| commit | 0be25fa92760b36a8c3e6cb2d761f1a98244558c (patch) | |
| tree | d2f95df6e9de1ee36b1a7ccb6678d3bff4b8c550 /cpp/src/tests | |
| parent | 0b6b4fb30a0df6d5df12c189b98036299c00ddfd (diff) | |
| download | qpid-python-0be25fa92760b36a8c3e6cb2d761f1a98244558c.tar.gz | |
NO-JIRA: Fix typos, update comments, update log messages.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1364806 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
| -rwxr-xr-x | cpp/src/tests/ha_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/ha_tests.py b/cpp/src/tests/ha_tests.py index 3f257eb801..df54ea8ec3 100755 --- a/cpp/src/tests/ha_tests.py +++ b/cpp/src/tests/ha_tests.py @@ -758,7 +758,7 @@ acl deny all all s1.sender("ex").send("foo"); self.assertEqual(s1.receiver("q").fetch().content, "foo") - def test_alterante_exchange(self): + def test_alternate_exchange(self): """Verify that alternate-exchange on exchanges and queues is propagated to new members of a cluster. """ cluster = HaCluster(self, 2) |
