diff options
author | Rajith Muditha Attapattu <rajith@apache.org> | 2010-05-06 01:45:29 +0000 |
---|---|---|
committer | Rajith Muditha Attapattu <rajith@apache.org> | 2010-05-06 01:45:29 +0000 |
commit | 9457b9df98f91772aca5646e82902a2ff8fe5ee5 (patch) | |
tree | fc0550f69e85608961b0704abdcff98d02bcbfcf | |
parent | 3568faee6faf404958d34e4b8e703ecee7ec2b55 (diff) | |
download | qpid-python-9457b9df98f91772aca5646e82902a2ff8fe5ee5.tar.gz |
Added the following tests in FailoverBeforeConsumingRecoverTest to the exclude list
RecoverTest#testOderingWithAsyncConsumer
RecoverTest#testOderingWithSyncConsumer
The FailoverBeforeConsumingRecoverTest extends RecoverTest.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@941562 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/test-profiles/JavaExcludes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/test-profiles/JavaExcludes b/java/test-profiles/JavaExcludes index 607d89dd45..39408fa101 100644 --- a/java/test-profiles/JavaExcludes +++ b/java/test-profiles/JavaExcludes @@ -24,3 +24,5 @@ org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest#testAcknowledge // related to QPID-2471. These are new test cases and fail with the Java broker. org.apache.qpid.test.unit.ack.RecoverTest#testOderingWithAsyncConsumer org.apache.qpid.test.unit.ack.RecoverTest#testOderingWithSyncConsumer +org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest#testOderingWithAsyncConsumer +org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest#testOderingWithSyncConsumer |