From 5eec7a22a5cc56f0460ca311493cd9efed30357b Mon Sep 17 00:00:00 2001 From: Robert Godfrey Date: Mon, 11 Aug 2014 16:26:38 +0000 Subject: QPID-4429 : C++ Broker does not enforce max frame size negotiation rules git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617323 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/CPPExcludes | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qpid/java') diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index 3d87da11c8..44014c9ec0 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/java/test-profiles/CPPExcludes @@ -197,3 +197,5 @@ org.apache.qpid.server.queue.QueueBindTest#testQueueCanBeReboundOnTopicExchange // Tests queue message durability settings which are a Java Broker specific feature org.apache.qpid.server.queue.QueueMessageDurabilityTest#* +// QPID-4429 : C++ Broker does not enforce max frame size negotiation rules as per the spec +org.apache.qpid.transport.MaxFrameSizeTest#* -- cgit v1.2.1