diff options
| author | Alan Conway <aconway@apache.org> | 2007-12-10 17:57:49 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-12-10 17:57:49 +0000 |
| commit | 22ef0be441cd0f12b1ca6402f397deac390ce4d0 (patch) | |
| tree | c124a8348ad9f0517116e2c638884c6e0adb50d1 /cpp/src/tests/Makefile.am | |
| parent | e997eeb68fdb7f975f9e70848832f2b0d7612683 (diff) | |
| download | qpid-python-22ef0be441cd0f12b1ca6402f397deac390ce4d0.tar.gz | |
src/tests/SocketProxy.h: proxy between local client & server to simulate network disconnect.
src/qpid/client/Connector.h: remove friend hack for previous flawed disconnect approach.
src/tests/BrokerFixture.h: ""
src/tests/ClientSessionTest.cpp, exception_test.cpp: use ProxyConnection
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@602980 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
| -rw-r--r-- | cpp/src/tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index dc20486a7e..1e9a3342c0 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -28,7 +28,8 @@ TESTS+=unit_test check_PROGRAMS+=unit_test unit_test_LDADD=-lboost_unit_test_framework -lboost_regex \ $(lib_client) $(lib_broker) -unit_test_SOURCES= unit_test.cpp unit_test.h BrokerFixture.h \ +unit_test_SOURCES= unit_test.cpp unit_test.h + BrokerFixture.h SocketProxy.h \ exception_test.cpp \ RefCounted.cpp RefCountedMap.cpp \ SessionState.cpp Blob.cpp logging.cpp \ |
