diff options
author | Carl C. Trieloff <cctrieloff@apache.org> | 2006-12-21 17:43:56 +0000 |
---|---|---|
committer | Carl C. Trieloff <cctrieloff@apache.org> | 2006-12-21 17:43:56 +0000 |
commit | 644f220f96a82a5f5cfbbf6c8c57b27d6be10fa8 (patch) | |
tree | 00af8c4d440a18986e3c5ed6ecd6d3e89372fb9a /cpp/tests/FramingTest.cpp | |
parent | 2032535eb650a7fddeef04d21b750dc026f43eb8 (diff) | |
download | qpid-python-644f220f96a82a5f5cfbbf6c8c57b27d6be10fa8.tar.gz |
Multi version part 3. (2 more to come + tests)
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@489418 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/tests/FramingTest.cpp')
-rw-r--r-- | cpp/tests/FramingTest.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/tests/FramingTest.cpp b/cpp/tests/FramingTest.cpp index d630628504..bc65891956 100644 --- a/cpp/tests/FramingTest.cpp +++ b/cpp/tests/FramingTest.cpp @@ -25,6 +25,8 @@ #include <qpid_test_plugin.h> #include <sstream> #include <typeinfo> +#include <AMQP_HighestVersion.h> + using namespace qpid::framing; @@ -54,7 +56,7 @@ class FramingTest : public CppUnit::TestCase public: - FramingTest() : buffer(100), v(qpid::framing::highestVersion){} + FramingTest() : buffer(100), v(qpid::framing::highestProtocolVersion){} void testBasicQosBody() { |