From df6517b6513aa8278e5feb1b1759da39f50dfc55 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 14 Apr 2009 14:19:12 +0000 Subject: 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 --- cpp/src/tests/cluster.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/tests/cluster.mk') 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 -- cgit v1.2.1