diff options
| author | Robert Godfrey <rgodfrey@apache.org> | 2012-01-12 17:40:29 +0000 |
|---|---|---|
| committer | Robert Godfrey <rgodfrey@apache.org> | 2012-01-12 17:40:29 +0000 |
| commit | 1fa76894ffd73c85c31ce161cb23155c0d42e138 (patch) | |
| tree | 03d9b0dafc6ebf83539e250a3311b9c4eb9b77b5 /qpid/java/test-profiles | |
| parent | 6118d8d221424cd49e311d75b8495cad08502200 (diff) | |
| download | qpid-python-1fa76894ffd73c85c31ce161cb23155c0d42e138.tar.gz | |
QPID-3753 : [Java Broker] Improve automatic conversion of messages between 0-8/9/9-1 and 0-10
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1230661 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 | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index 9e9bf6779a..015aa19a8e 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/java/test-profiles/CPPExcludes @@ -174,3 +174,5 @@ org.apache.qpid.server.queue.MessageGroupQueueTest#testConsumerCloseGroupAssignm org.apache.qpid.server.queue.MessageGroupQueueTest#testConsumerCloseWithRelease org.apache.qpid.server.queue.MessageGroupQueueTest#testGroupAssignmentSurvivesEmpty +// CPP Broker does not implement message conversion from 0-9-1 +org.apache.qpid.server.message.MessageProtocolConversionTest#* diff --git a/qpid/java/test-profiles/JavaPre010Excludes b/qpid/java/test-profiles/JavaPre010Excludes index 057d7c2c44..ba96232fe3 100644 --- a/qpid/java/test-profiles/JavaPre010Excludes +++ b/qpid/java/test-profiles/JavaPre010Excludes @@ -21,8 +21,10 @@ //Exclude the following from brokers using the 0-8/0-9/0-9-1 protocols //====================================================================== -// This test requires a broker capable of 0-8/0-9/0-9-1 and 0-10 concurrently +// 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#* + // QPID-2478 test fails when run against broker using 0-8/9 org.apache.qpid.test.client.message.JMSDestinationTest#testGetDestinationWithCustomExchange |
