summaryrefslogtreecommitdiff
path: root/cpp/test/unit/qpid/framing/BodyHandlerTest.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2006-10-16 14:12:49 +0000
committerAlan Conway <aconway@apache.org>2006-10-16 14:12:49 +0000
commitb90ceab30a9f2040a868e76c90af47f09b4cbbb2 (patch)
treee7718b521cb30403fed1881b3154e88666bdaa0f /cpp/test/unit/qpid/framing/BodyHandlerTest.cpp
parent8a6ab3aa61d441b9210c05c84dc9998acfc38737 (diff)
downloadqpid-python-b90ceab30a9f2040a868e76c90af47f09b4cbbb2.tar.gz
Renamed unit tests to follow naming conventions, fixed some #include inconsistencies.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@464503 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/test/unit/qpid/framing/BodyHandlerTest.cpp')
-rw-r--r--cpp/test/unit/qpid/framing/BodyHandlerTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/unit/qpid/framing/BodyHandlerTest.cpp b/cpp/test/unit/qpid/framing/BodyHandlerTest.cpp
index 6b011743c0..d6edf37d51 100644
--- a/cpp/test/unit/qpid/framing/BodyHandlerTest.cpp
+++ b/cpp/test/unit/qpid/framing/BodyHandlerTest.cpp
@@ -16,7 +16,7 @@
*
*/
#include <iostream>
-#include "../../src/qpid/framing/amqp_framing.h"
+#include "qpid/framing/amqp_framing.h"
#include "qpid_test_plugin.h"
using namespace qpid::framing;