diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2013-11-07 19:37:39 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2013-11-07 19:37:39 +0000 |
| commit | 16b82d25f4230eab78f2e7fc6e956be531c87f29 (patch) | |
| tree | d95c934ddca05a069274b4141a07135f305bf4de /qpid/cpp/src/tests/unit_test.h | |
| parent | 1b8208cb9bb03f904092392683bbaf6e4cae75ae (diff) | |
| download | qpid-python-16b82d25f4230eab78f2e7fc6e956be531c87f29.tar.gz | |
QPID-5304: Alow this change to work with earlier versions of boost
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1539777 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/unit_test.h')
| -rw-r--r-- | qpid/cpp/src/tests/unit_test.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/unit_test.h b/qpid/cpp/src/tests/unit_test.h index ed9623bcc0..a11df2ff04 100644 --- a/qpid/cpp/src/tests/unit_test.h +++ b/qpid/cpp/src/tests/unit_test.h @@ -63,6 +63,10 @@ # define QPID_AUTO_TEST_CASE(name) BOOST_AUTO_TEST_CASE(name) #endif +#ifndef QPID_FIXTURE_TEST_CASE +# define QPID_FIXTURE_TEST_CASE(name, f) BOOST_FIXTURE_TEST_CASE(name, f) +#endif + #ifndef QPID_AUTO_TEST_SUITE_END # define QPID_AUTO_TEST_SUITE_END() BOOST_AUTO_TEST_SUITE_END() #endif |
