summaryrefslogtreecommitdiff
path: root/cpp/src/tests/amqp_0_10
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-07-14 14:32:39 +0000
committerAlan Conway <aconway@apache.org>2009-07-14 14:32:39 +0000
commitc7b58ba05104496a96cce3c7acd035253fd89f79 (patch)
tree6fb65c261f7ac7e53e8d9360e79e39635046a0b5 /cpp/src/tests/amqp_0_10
parentd2e4e9a156c15bfc4c11fd0e6088940caabd5339 (diff)
downloadqpid-python-c7b58ba05104496a96cce3c7acd035253fd89f79.tar.gz
Add directory to #include
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793909 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/amqp_0_10')
-rw-r--r--cpp/src/tests/amqp_0_10/Map.cpp2
-rw-r--r--cpp/src/tests/amqp_0_10/ProxyTemplate.cpp2
-rw-r--r--cpp/src/tests/amqp_0_10/apply.cpp2
-rw-r--r--cpp/src/tests/amqp_0_10/handlers.cpp2
-rw-r--r--cpp/src/tests/amqp_0_10/serialize.cpp4
5 files changed, 6 insertions, 6 deletions
diff --git a/cpp/src/tests/amqp_0_10/Map.cpp b/cpp/src/tests/amqp_0_10/Map.cpp
index efde967050..b5402bd11f 100644
--- a/cpp/src/tests/amqp_0_10/Map.cpp
+++ b/cpp/src/tests/amqp_0_10/Map.cpp
@@ -18,7 +18,7 @@
* under the License.
*
*/
-#include "unit_test.h"
+#include "tests/amqp_0_10/unit_test.h"
#include "qpid/amqp_0_10/Map.h"
#include "qpid/amqp_0_10/Array.h"
#include "qpid/amqp_0_10/Struct32.h"
diff --git a/cpp/src/tests/amqp_0_10/ProxyTemplate.cpp b/cpp/src/tests/amqp_0_10/ProxyTemplate.cpp
index 9d4fcb8935..a6a7e4bbac 100644
--- a/cpp/src/tests/amqp_0_10/ProxyTemplate.cpp
+++ b/cpp/src/tests/amqp_0_10/ProxyTemplate.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "unit_test.h"
+#include "tests/amqp_0_10/unit_test.h"
#include "qpid/amqp_0_10/ProxyTemplate.h"
#include <boost/any.hpp>
diff --git a/cpp/src/tests/amqp_0_10/apply.cpp b/cpp/src/tests/amqp_0_10/apply.cpp
index 5a67c28c79..b3ff60e7fa 100644
--- a/cpp/src/tests/amqp_0_10/apply.cpp
+++ b/cpp/src/tests/amqp_0_10/apply.cpp
@@ -18,7 +18,7 @@
* under the License.
*
*/
-#include "unit_test.h"
+#include "tests/amqp_0_10/unit_test.h"
#include "qpid/amqp_0_10/specification.h"
#include "qpid/amqp_0_10/ApplyControl.h"
diff --git a/cpp/src/tests/amqp_0_10/handlers.cpp b/cpp/src/tests/amqp_0_10/handlers.cpp
index 428643c802..1ca61e3331 100644
--- a/cpp/src/tests/amqp_0_10/handlers.cpp
+++ b/cpp/src/tests/amqp_0_10/handlers.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "unit_test.h"
+#include "tests/amqp_0_10/unit_test.h"
#include "qpid/Exception.h"
#include "qpid/amqp_0_10/Unit.h"
#include "qpid/amqp_0_10/ControlHolder.h"
diff --git a/cpp/src/tests/amqp_0_10/serialize.cpp b/cpp/src/tests/amqp_0_10/serialize.cpp
index 0cfeb8d28d..2d5b9d75e4 100644
--- a/cpp/src/tests/amqp_0_10/serialize.cpp
+++ b/cpp/src/tests/amqp_0_10/serialize.cpp
@@ -19,8 +19,8 @@
*
*/
-#include "unit_test.h"
-#include "allSegmentTypes.h"
+#include "tests/amqp_0_10/unit_test.h"
+#include "tests/amqp_0_10/allSegmentTypes.h"
#include "qpid/framing/AMQFrame.h"
#include "qpid/framing/Buffer.h"