From 786c13d1833f626bf47262dd16ea48c81ac3887f Mon Sep 17 00:00:00 2001 From: "Carl C. Trieloff" Date: Wed, 20 Dec 2006 22:29:38 +0000 Subject: 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/qpid@489212 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/tests/FramingTest.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cpp/tests/FramingTest.cpp') diff --git a/cpp/tests/FramingTest.cpp b/cpp/tests/FramingTest.cpp index efdd84c2c4..d630628504 100644 --- a/cpp/tests/FramingTest.cpp +++ b/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() { -- cgit v1.2.1