diff options
author | Alan Conway <aconway@apache.org> | 2006-10-19 00:42:50 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2006-10-19 00:42:50 +0000 |
commit | 025451b1e26c48ca58c388921827929d11c9459c (patch) | |
tree | c17089878b1a40d6b310e8bc964e9130d4fdc8cc /cpp/test/unit/qpid/broker/ValueTest.cpp | |
parent | 0bb663e29bc993e94171be1427c5686702bde091 (diff) | |
download | qpid-python-025451b1e26c48ca58c388921827929d11c9459c.tar.gz |
Fixed various minor TODO issues.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@465432 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/test/unit/qpid/broker/ValueTest.cpp')
-rw-r--r-- | cpp/test/unit/qpid/broker/ValueTest.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/cpp/test/unit/qpid/broker/ValueTest.cpp b/cpp/test/unit/qpid/broker/ValueTest.cpp index 2cb2563b46..8ea536f59f 100644 --- a/cpp/test/unit/qpid/broker/ValueTest.cpp +++ b/cpp/test/unit/qpid/broker/ValueTest.cpp @@ -4,18 +4,6 @@ using namespace qpid::framing; -// Allow CPPUNIT_EQUALS to print a Tokens. -// TODO aconway 2006-09-19: Make it a template and put it in a shared test lib. -// -template <class T> -CppUnit::OStringStream& operator <<(CppUnit::OStringStream& out, - const ValueOps<T>& v) -{ - out << v.getValue(); - return out; -} - - class ValueTest : public CppUnit::TestCase { CPPUNIT_TEST_SUITE(ValueTest); |