diff options
author | Gordon Sim <gsim@apache.org> | 2008-05-13 09:44:43 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2008-05-13 09:44:43 +0000 |
commit | 2dc2cc4a04f7cbb0707c4816733b4b47886232a6 (patch) | |
tree | 280b50400b2ea26cb0921e2c3da515e9b97813c8 /cpp/src/tests/XmlClientSessionTest.cpp | |
parent | 6f145c117cebc1c75e993ad67facd11b8363f3c9 (diff) | |
download | qpid-python-2dc2cc4a04f7cbb0707c4816733b4b47886232a6.tar.gz |
Fix macro used in test for backwards compatability.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@655790 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/XmlClientSessionTest.cpp')
-rw-r--r-- | cpp/src/tests/XmlClientSessionTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/XmlClientSessionTest.cpp b/cpp/src/tests/XmlClientSessionTest.cpp index b5c685abbf..dc6cce24fc 100644 --- a/cpp/src/tests/XmlClientSessionTest.cpp +++ b/cpp/src/tests/XmlClientSessionTest.cpp @@ -118,7 +118,7 @@ struct ClientSessionFixture : public ProxySessionFixture // ########### START HERE #################################### -BOOST_AUTO_TEST_CASE(testXmlBinding) { +QPID_AUTO_TEST_CASE(testXmlBinding) { ClientSessionFixture f; Session session = f.connection.newSession(ASYNC); |