diff options
author | Kenneth Anthony Giusti <kgiusti@apache.org> | 2012-03-22 13:39:14 +0000 |
---|---|---|
committer | Kenneth Anthony Giusti <kgiusti@apache.org> | 2012-03-22 13:39:14 +0000 |
commit | 3c2954782cc6d27bacf8865cfaea9c71c2bfec2b (patch) | |
tree | 2f319b97e0c6d9e0052a8606f0e29d2b643834c2 /qpid/cpp/src/tests/RefCounted.cpp | |
parent | b51489127365952db902579438294a587a7acf47 (diff) | |
download | qpid-python-qpid-3890.tar.gz |
QPID-3890: resync this branch to latest trunkqpid-3890
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3890@1303774 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/RefCounted.cpp')
-rw-r--r-- | qpid/cpp/src/tests/RefCounted.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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; } |