diff options
| author | Robert Gemmell <robbie@apache.org> | 2012-02-04 23:36:00 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2012-02-04 23:36:00 +0000 |
| commit | 46507f19d7d4fa097d0282b61f2071f557beebd5 (patch) | |
| tree | d640946c53737f5ac07f25b770b0a39c528115ca /qpid/java/test-profiles | |
| parent | b5fc52d5e0901feb3d4b4bcdcf254e95a0375f42 (diff) | |
| download | qpid-python-46507f19d7d4fa097d0282b61f2071f557beebd5.tar.gz | |
QPID-3813: allow configuring the default version reply to an unsupported protocol version initiation
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1240644 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles')
| -rwxr-xr-x | qpid/java/test-profiles/CPPExcludes | 2 | ||||
| -rw-r--r-- | qpid/java/test-profiles/JavaPre010Excludes | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index 61b76bbdfc..52488b3ffa 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/java/test-profiles/CPPExcludes @@ -153,7 +153,7 @@ org.apache.qpid.test.unit.transacted.TransactionTimeoutTest#* // Java broker only org.apache.qpid.server.logging.management.LoggingManagementMBeanTest#* org.apache.qpid.server.management.AMQUserManagementMBeanTest#* -org.apache.qpid.server.DisablingProtocolsTest#* +org.apache.qpid.server.SupportedProtocolVersionsTest#* // QPID-3133: On 0-10, the exception listener is currently not invoked when reconnection fails to occurs. org.apache.qpid.server.failover.FailoverMethodTest#* diff --git a/qpid/java/test-profiles/JavaPre010Excludes b/qpid/java/test-profiles/JavaPre010Excludes index 5d46010649..ada22638be 100644 --- a/qpid/java/test-profiles/JavaPre010Excludes +++ b/qpid/java/test-profiles/JavaPre010Excludes @@ -24,7 +24,7 @@ // These tests requires a broker capable of 0-8/0-9/0-9-1 and 0-10 concurrently org.apache.qpid.test.client.message.JMSDestinationTest#testReceiveResend org.apache.qpid.server.message.MessageProtocolConversionTest#* -org.apache.qpid.server.DisablingProtocolsTest#* +org.apache.qpid.server.SupportedProtocolVersionsTest#* // QPID-2478 test fails when run against broker using 0-8/9 |
