diff options
| author | Keith Wall <kwall@apache.org> | 2011-10-11 16:00:17 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2011-10-11 16:00:17 +0000 |
| commit | ec94396bd9c3e5e05376dbbc0254d3030e0b1728 (patch) | |
| tree | 67694ba6d2ee37879a839b3420b279a9e8b26512 /java/test-profiles | |
| parent | 355e17c342fc45932d3ed05bf0500f78f9e93be3 (diff) | |
| download | qpid-python-ec94396bd9c3e5e05376dbbc0254d3030e0b1728.tar.gz | |
QPID-3542: Java client does not ack non-matching messages when using client side selectors (CPP Broker)
Applied patch from Andrew MacBean <andymacbean@gmail.com> and myself.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1181861 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles')
| -rwxr-xr-x | java/test-profiles/CPPExcludes | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/java/test-profiles/CPPExcludes b/java/test-profiles/CPPExcludes index d05f42e4b7..39b4d542db 100755 --- a/java/test-profiles/CPPExcludes +++ b/java/test-profiles/CPPExcludes @@ -64,9 +64,6 @@ 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 - // InVM Broker tests org.apache.qpid.test.client.timeouts.SyncWaitDelayTest#* |
