summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/cluster_test.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-09-16 18:46:11 +0000
committerAlan Conway <aconway@apache.org>2008-09-16 18:46:11 +0000
commit65273d28b02da8b6a6eee2cdd17038ca7d89da60 (patch)
tree94cbe8ccf0df6105446b4d2878c1fbae58499235 /qpid/cpp/src/tests/cluster_test.cpp
parentb7e83d8a1425cb7b34b1db82e789615def8a2177 (diff)
downloadqpid-python-65273d28b02da8b6a6eee2cdd17038ca7d89da60.tar.gz
Fix race in cluster join protocol.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@696003 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/cluster_test.cpp')
-rw-r--r--qpid/cpp/src/tests/cluster_test.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/qpid/cpp/src/tests/cluster_test.cpp b/qpid/cpp/src/tests/cluster_test.cpp
index c17dc99901..8dec23a09b 100644
--- a/qpid/cpp/src/tests/cluster_test.cpp
+++ b/qpid/cpp/src/tests/cluster_test.cpp
@@ -140,9 +140,7 @@ ostream& operator<<(ostream& o, const pair<T*, int>& array) {
return o;
}
-
-// FIXME aconway 2008-09-12: finish the new join protocol.
-QPID_AUTO_TEST_CASE_EXPECTED_FAILURES(testCatchUpSharedState, 1) {
+QPID_AUTO_TEST_CASE_EXPECTED_FAILURES(testCatchupSharedState, 1) {
ClusterFixture cluster(1);
Client c0(cluster[0], "c0");
// Create some shared state.