From 3c2954782cc6d27bacf8865cfaea9c71c2bfec2b Mon Sep 17 00:00:00 2001 From: Kenneth Anthony Giusti Date: Thu, 22 Mar 2012 13:39:14 +0000 Subject: QPID-3890: resync this branch to latest trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3890@1303774 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/RefCounted.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'qpid/cpp/src/tests/RefCounted.cpp') diff --git a/qpid/cpp/src/tests/RefCounted.cpp b/qpid/cpp/src/tests/RefCounted.cpp index e4c1da5696..3ac3895322 100644 --- a/qpid/cpp/src/tests/RefCounted.cpp +++ b/qpid/cpp/src/tests/RefCounted.cpp @@ -21,15 +21,15 @@ #include "unit_test.h" +namespace qpid { +namespace tests { + QPID_AUTO_TEST_SUITE(RefCountedTestSuiteTestSuite) using boost::intrusive_ptr; using namespace std; using namespace qpid; -namespace qpid { -namespace tests { - struct CountMe : public RefCounted { static int instances; CountMe() { ++instances; } -- cgit v1.2.1