diff options
| author | Robert Gemmell <robbie@apache.org> | 2010-09-06 11:04:33 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2010-09-06 11:04:33 +0000 |
| commit | 17d601a4704959bfc87b00233870e011a82026fd (patch) | |
| tree | 1b6731e164333416b9e12d83ba76bf60d96a15c8 /qpid/java | |
| parent | b2e1df541a341418d297cd1f59ef562d859a89cd (diff) | |
| download | qpid-python-17d601a4704959bfc87b00233870e011a82026fd.tar.gz | |
QPID-2845: exclude tests from the Java test profiles
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@992995 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/test-profiles/08StandaloneExcludes | 2 | ||||
| -rw-r--r-- | qpid/java/test-profiles/JavaExcludes | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/qpid/java/test-profiles/08StandaloneExcludes b/qpid/java/test-profiles/08StandaloneExcludes index 7c66c7f2ec..3e98a8a10f 100644 --- a/qpid/java/test-profiles/08StandaloneExcludes +++ b/qpid/java/test-profiles/08StandaloneExcludes @@ -10,6 +10,8 @@ org.apache.qpid.test.client.message.JMSDestinationTest#testGetDestinationWithCus // The new addressing based sytanx is not supported for AMQP 0-8/0-9 versions org.apache.qpid.test.client.destination.AddressBasedDestinationTest#* +org.apache.qpid.test.client.queue.QueuePolicyTest#testRingPolicy +org.apache.qpid.test.client.queue.QueuePolicyTest#testRejectPolicy // Those tests are written against the 0.10 path org.apache.qpid.test.unit.message.UTF8Test#* diff --git a/qpid/java/test-profiles/JavaExcludes b/qpid/java/test-profiles/JavaExcludes index 9c90e7c8a9..836d0ae6d7 100644 --- a/qpid/java/test-profiles/JavaExcludes +++ b/qpid/java/test-profiles/JavaExcludes @@ -30,3 +30,6 @@ org.apache.qpid.test.client.queue.LVQTest#* // Session resume is not supported in the Java client org.apache.qpid.transport.ConnectionTest#testResumeNonemptyReplayBuffer +//QPID-2845: The queue policy types used by the C++ broker are not currently supported by the Java broker +org.apache.qpid.test.client.queue.QueuePolicyTest#testRingPolicy +org.apache.qpid.test.client.queue.QueuePolicyTest#testRejectPolicy |
