diff options
| author | Alan Conway <aconway@apache.org> | 2009-04-14 14:19:12 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-04-14 14:19:12 +0000 |
| commit | df6517b6513aa8278e5feb1b1759da39f50dfc55 (patch) | |
| tree | 54d021e408564d5e42254e4cb3a77d6314153a3e /cpp/src/tests/cluster.mk | |
| parent | 9248d2b88fe09eb5b906f766b5350f9ca9ac394b (diff) | |
| download | qpid-python-df6517b6513aa8278e5feb1b1759da39f50dfc55.tar.gz | |
Fix regression: close shadow connections belonging to brokers that have left the cluster.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@764783 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/cluster.mk')
| -rw-r--r-- | cpp/src/tests/cluster.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/cluster.mk b/cpp/src/tests/cluster.mk index f92bb112e4..e5e803003a 100644 --- a/cpp/src/tests/cluster.mk +++ b/cpp/src/tests/cluster.mk @@ -35,7 +35,7 @@ EXTRA_DIST+=ais_check start_cluster stop_cluster restart_cluster cluster_python_ check_PROGRAMS+=cluster_test cluster_test_SOURCES=unit_test.cpp ClusterFixture.cpp ClusterFixture.h ForkedBroker.h ForkedBroker.cpp \ - cluster_test.cpp PartialFailure.cpp + cluster_test.cpp PartialFailure.cpp ClusterFailover.cpp cluster_test_LDADD=$(lib_client) ../cluster.la test_store.la -lboost_unit_test_framework |
