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 | b4d415198017b0a9f5b1e4424c41885132cd2dd8 (patch) | |
| tree | 3618dfd163e62024a76540a0efeee6df68b5f560 /qpid/cpp/src/tests | |
| parent | f46e446610a5210a34d2c1a73ba1ca164dd80069 (diff) | |
| download | qpid-python-b4d415198017b0a9f5b1e4424c41885132cd2dd8.tar.gz | |
NO-JIRA: Fix typos, update comments, update log messages.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1364806 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
| -rwxr-xr-x | qpid/cpp/src/tests/ha_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/ha_tests.py b/qpid/cpp/src/tests/ha_tests.py index 3f257eb801..df54ea8ec3 100755 --- a/qpid/cpp/src/tests/ha_tests.py +++ b/qpid/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) |
