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 | a5174bc91015cfbe092beb66d9c5419693613434 (patch) | |
| tree | a75875c1b11eb1abb803176dece230e1d694b360 /java | |
| parent | 853c549269efe73d1f4931d305dd37985f0bc1bc (diff) | |
| download | qpid-python-a5174bc91015cfbe092beb66d9c5419693613434.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/qpid@681318 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
| -rw-r--r-- | java/010ExcludeList | 3 | ||||
| -rw-r--r-- | java/010ExcludeList-store | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/java/010ExcludeList b/java/010ExcludeList index 048deb7e2c..813d4ada35 100644 --- a/java/010ExcludeList +++ b/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/java/010ExcludeList-store b/java/010ExcludeList-store index 47ba87589e..238dadd95e 100644 --- a/java/010ExcludeList-store +++ b/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 |
