From 0541090a05e124e8af9e2b887f641ff0f985b2d5 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 16 Jan 2009 17:25:18 +0000 Subject: Separate cluster::EventHeader to allow non-copy events. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@735059 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/cluster_test.cpp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'cpp/src/tests') diff --git a/cpp/src/tests/cluster_test.cpp b/cpp/src/tests/cluster_test.cpp index f4a38ae861..6ca957f310 100644 --- a/cpp/src/tests/cluster_test.cpp +++ b/cpp/src/tests/cluster_test.cpp @@ -234,17 +234,6 @@ QPID_AUTO_TEST_CASE(testSequenceOptions) { BOOST_CHECK_EQUAL(3, getMsgSequence(c1.subs.get("q", TIME_SEC))); } -QPID_AUTO_TEST_CASE(testUnsupported) { - ScopedSuppressLogging sl; - ClusterFixture cluster(1); - Client c1(cluster[0], "c1"); - BOOST_CHECK_THROW(c1.session.dtxSelect(), FramingErrorException); - Client c2(cluster[0], "c2"); - Message m; - m.getDeliveryProperties().setTtl(1); - BOOST_CHECK_THROW(c2.session.messageTransfer(arg::content=m), Exception); -} - QPID_AUTO_TEST_CASE(testTxTransaction) { ClusterFixture cluster(1); Client c0(cluster[0], "c0"); -- cgit v1.2.1