diff options
| author | Alex Rudyy <orudyy@apache.org> | 2013-06-21 17:06:57 +0000 |
|---|---|---|
| committer | Alex Rudyy <orudyy@apache.org> | 2013-06-21 17:06:57 +0000 |
| commit | 4b461c11af414b57735df739d96a7d2a78385f99 (patch) | |
| tree | a168a402c5f8af6104a6e0bf9be6390262572590 /java/test-profiles/Java010Excludes | |
| parent | 5e17dc3e784dc15a9a3ce588317d0fe6ada2e52a (diff) | |
| download | qpid-python-4b461c11af414b57735df739d96a7d2a78385f99.tar.gz | |
QPID-4943: Introduce a feature for 0-8/0-9/0-9-1 protocols to close a connection on receiving a mandatory unroutable message in a transacted session
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1495511 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles/Java010Excludes')
| -rwxr-xr-x | java/test-profiles/Java010Excludes | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/java/test-profiles/Java010Excludes b/java/test-profiles/Java010Excludes index 6ae5a40f89..96f90701fd 100755 --- a/java/test-profiles/Java010Excludes +++ b/java/test-profiles/Java010Excludes @@ -17,8 +17,10 @@ // under the License. // -// Those tests are testing 0.8 specific semantics +// Those tests are testing 0.8..-0-9-1 specific semantics org.apache.qpid.test.client.ImmediateAndMandatoryPublishingTest#* +org.apache.qpid.test.client.CloseOnNoRouteForMandatoryMessageTest#* +org.apache.qpid.systest.rest.BrokerRestTest#testSetCloseOnNoRoute //this test checks explicitly for 0-8 flow control semantics org.apache.qpid.test.client.FlowControlTest#* |
