diff options
author | Aidan Skinner <aidan@apache.org> | 2008-07-31 10:08:01 +0000 |
---|---|---|
committer | Aidan Skinner <aidan@apache.org> | 2008-07-31 10:08:01 +0000 |
commit | ecd1ed250bba6b73bfed68fee33da98306a3a4af (patch) | |
tree | 66a4b4e0344f3e3cfec6909a00d3dc2a1e45cd84 | |
parent | 352d6c33c0e05ef512298be261424953a4de0983 (diff) | |
download | qpid-python-ecd1ed250bba6b73bfed68fee33da98306a3a4af.tar.gz |
Turn off TopicSessionTest#testNonMatchingMessagesDoNotFillQueue since c++ broker doesn't do server side selectors
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@681318 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | qpid/java/010ExcludeList | 3 | ||||
-rw-r--r-- | qpid/java/010ExcludeList-store | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/qpid/java/010ExcludeList b/qpid/java/010ExcludeList index 048deb7e2c..813d4ada35 100644 --- a/qpid/java/010ExcludeList +++ b/qpid/java/010ExcludeList @@ -61,4 +61,5 @@ org.apache.qpid.test.unit.client.connection.ConnectionTest#testUnresolvedVirtual org.apache.qpid.test.unit.client.connection.ConnectionTest#testDefaultExchanges // 0-10 c++ broker in cpp.testprofile is started with no auth so won't pass this test org.apache.qpid.test.unit.client.connection.ConnectionTest#testPasswordFailureConnection - +// c++ broker doesn't do selectors, so this will fail +org.apache.qpid.test.unit.topic.TopicSessionTest#testNonMatchingMessagesDoNotFillQueue diff --git a/qpid/java/010ExcludeList-store b/qpid/java/010ExcludeList-store index 47ba87589e..238dadd95e 100644 --- a/qpid/java/010ExcludeList-store +++ b/qpid/java/010ExcludeList-store @@ -53,4 +53,4 @@ org.apache.qpid.server.queue.PriorityTest org.apache.qpid.test.client.FlowControlTest // The default cpp.testprofile does not start the cpp broker with authentication so this test will fail. org.apache.qpid.test.unit.client.connection.ConnectionTest#testPasswordFailureConnection - +// c++ broker doesn't do selectors, so this will fail org.apache.qpid.test.unit.topic.TopicSessionTest#testNonMatchingMessagesDoNotFillQueue |