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 | 146303b20559dcc7ed02def11b1324616ee0dafd (patch) | |
tree | 90f3cf50e8ca9180f3ade7cb0343ee5f8d3fa3eb /qpid/cpp/tests/FramingTest.cpp | |
parent | 4cac701ce33975589563f8b86737fb68008723ae (diff) | |
download | qpid-python-146303b20559dcc7ed02def11b1324616ee0dafd.tar.gz |
Multi version part 3. (2 more to come + tests)
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@489418 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, 3 insertions, 1 deletions
diff --git a/qpid/cpp/tests/FramingTest.cpp b/qpid/cpp/tests/FramingTest.cpp index d630628504..bc65891956 100644 --- a/qpid/cpp/tests/FramingTest.cpp +++ b/qpid/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() { |