diff options
author | Rafael H. Schloming <rhs@apache.org> | 2009-07-30 11:17:51 +0000 |
---|---|---|
committer | Rafael H. Schloming <rhs@apache.org> | 2009-07-30 11:17:51 +0000 |
commit | e3fb1550ea897cd79fe16976ed135e5c300ab64c (patch) | |
tree | 34cb212d079997875cc51480aab39af35c91772b | |
parent | e72c6ca45873647a9838846a7744e923675b1438 (diff) | |
download | qpid-python-e3fb1550ea897cd79fe16976ed135e5c300ab64c.tar.gz |
added back another missing exclude
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@799239 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | qpid/java/test-profiles/cpp.async.excludes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/java/test-profiles/cpp.async.excludes b/qpid/java/test-profiles/cpp.async.excludes index 462da779a3..72d79fb754 100644 --- a/qpid/java/test-profiles/cpp.async.excludes +++ b/qpid/java/test-profiles/cpp.async.excludes @@ -1,2 +1,5 @@ // the C++ broker doesn't implement selectors, so they are not persisted with the subscription org.apache.qpid.test.unit.ct.DurableSubscriberTest#testDurSubRestoresMessageSelector + +// the C++ broker doesn't guarantee the order of messages on recovery +org.apache.qpid.test.unit.xa.TopicTest#testMultiMessagesDurSubCrash |