summaryrefslogtreecommitdiff
path: root/cpp/src/tests
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2012-07-23 21:29:17 +0000
committerAlan Conway <aconway@apache.org>2012-07-23 21:29:17 +0000
commit95b520247a24a8fc3b10bbd9584bf49019529a30 (patch)
treed2f95df6e9de1ee36b1a7ccb6678d3bff4b8c550 /cpp/src/tests
parent96dc5f4c55cc14260a27814678f19a9233d8e24b (diff)
downloadqpid-python-95b520247a24a8fc3b10bbd9584bf49019529a30.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-xcpp/src/tests/ha_tests.py2
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)