diff options
author | Alan Conway <aconway@apache.org> | 2007-11-28 20:17:55 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-11-28 20:17:55 +0000 |
commit | 04fb4fdba88145a473b9a3a56ac6fd531af89af2 (patch) | |
tree | 6f273099f9518b5c4201ce2fdd913f19b7aef77f /cpp/src/tests/BrokerChannelTest.cpp | |
parent | 42452eee5308e71a1363ca394827c6fbb1bd2234 (diff) | |
download | qpid-python-04fb4fdba88145a473b9a3a56ac6fd531af89af2.tar.gz |
Add unit_test.h to distribution.
Updated/removed sundry FIXME comments.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@599128 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/BrokerChannelTest.cpp')
-rw-r--r-- | cpp/src/tests/BrokerChannelTest.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/tests/BrokerChannelTest.cpp b/cpp/src/tests/BrokerChannelTest.cpp index 2f671a9e27..74c8998d7c 100644 --- a/cpp/src/tests/BrokerChannelTest.cpp +++ b/cpp/src/tests/BrokerChannelTest.cpp @@ -19,10 +19,6 @@ * */ -// FIXME aconway 2007-08-30: Rewrite as a Session test. -// There is an issue with the tests use of DeliveryAdapter -// which is no longer exposed on Session (part of SemanticHandler.) -// #include "qpid/broker/BrokerChannel.h" #include "qpid/broker/Queue.h" #include "qpid/broker/FanOutExchange.h" |