summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/XmlClientSessionTest.cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2009-09-09 21:17:25 +0000
committerAndrew Stitcher <astitcher@apache.org>2009-09-09 21:17:25 +0000
commit296bef932c2685da2c6258776ada08f99f726ad0 (patch)
tree1325c19f2645fa67addd5a1df9c3e603d59b7430 /qpid/cpp/src/tests/XmlClientSessionTest.cpp
parentd31eb8d8f12a7a0d8e088cd61b619ca9af470678 (diff)
downloadqpid-python-296bef932c2685da2c6258776ada08f99f726ad0.tar.gz
Fixed wrong namespace placement in previous check in
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@813123 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/XmlClientSessionTest.cpp')
-rw-r--r--qpid/cpp/src/tests/XmlClientSessionTest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/cpp/src/tests/XmlClientSessionTest.cpp b/qpid/cpp/src/tests/XmlClientSessionTest.cpp
index 8d6e29f6e0..46a4c826a3 100644
--- a/qpid/cpp/src/tests/XmlClientSessionTest.cpp
+++ b/qpid/cpp/src/tests/XmlClientSessionTest.cpp
@@ -39,6 +39,9 @@
#include <vector>
+namespace qpid {
+namespace tests {
+
QPID_AUTO_TEST_SUITE(XmlClientSessionTest)
using namespace qpid::client;
@@ -52,9 +55,6 @@ using std::string;
using std::cout;
using std::endl;
-namespace qpid {
-namespace tests {
-
#if defined (QPID_MODULE_SUFFIX)
Shlib shlib("../xml" QPID_MODULE_SUFFIX);
#else