diff options
author | Carl C. Trieloff <cctrieloff@apache.org> | 2006-12-20 22:29:38 +0000 |
---|---|---|
committer | Carl C. Trieloff <cctrieloff@apache.org> | 2006-12-20 22:29:38 +0000 |
commit | 47081948f3e2d930c2564e5a2fad5ad3012659ac (patch) | |
tree | d71ec6e1b86b377c01260e4ebc9c8fd2bafd4d1d /qpid/cpp/tests/FramingTest.cpp | |
parent | 7b53aee0497f9a0479856c1a1f0e186961f6b6c7 (diff) | |
download | qpid-python-47081948f3e2d930c2564e5a2fad5ad3012659ac.tar.gz |
Support for multi version, merge part 1. - can still refactor out dup use of
version object in client and server opperations.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@489212 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/tests/FramingTest.cpp')
-rw-r--r-- | qpid/cpp/tests/FramingTest.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/qpid/cpp/tests/FramingTest.cpp b/qpid/cpp/tests/FramingTest.cpp index efdd84c2c4..d630628504 100644 --- a/qpid/cpp/tests/FramingTest.cpp +++ b/qpid/cpp/tests/FramingTest.cpp @@ -54,9 +54,7 @@ class FramingTest : public CppUnit::TestCase public: -// AMQP version management change - kpvdr 2006-11-17 -// TODO: Make this class version-aware and link these hard-wired numbers to that version - FramingTest() : buffer(100), v(8, 0) {} + FramingTest() : buffer(100), v(qpid::framing::highestVersion){} void testBasicQosBody() { |