From 53aea55135201b2099f2a5b472fb271db1359858 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Wed, 9 Sep 2009 21:17:25 +0000 Subject: Fixed wrong namespace placement in previous check in git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@813123 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/XmlClientSessionTest.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpp/src/tests/XmlClientSessionTest.cpp') diff --git a/cpp/src/tests/XmlClientSessionTest.cpp b/cpp/src/tests/XmlClientSessionTest.cpp index 8d6e29f6e0..46a4c826a3 100644 --- a/cpp/src/tests/XmlClientSessionTest.cpp +++ b/cpp/src/tests/XmlClientSessionTest.cpp @@ -39,6 +39,9 @@ #include +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 -- cgit v1.2.1