diff options
Diffstat (limited to 'qpid/cpp/src/tests/cluster_test.cpp')
| -rw-r--r-- | qpid/cpp/src/tests/cluster_test.cpp | 4 |
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. |
