Author: aidan
Date: Thu Jul 31 03:08:01 2008
New Revision: 681318
URL: http://svn.apache.org/viewvc?rev=681318&view=rev
Log:
Turn off TopicSessionTest#testNonMatchingMessagesDoNotFillQueue since c++
broker doesn't do server side selectors
Modified:
incubator/qpid/trunk/qpid/java/010ExcludeList
incubator/qpid/trunk/qpid/java/010ExcludeList-store
Modified: incubator/qpid/trunk/qpid/java/010ExcludeList
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/010ExcludeList?rev=681318&r1=681317&r2=681318&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/010ExcludeList (original)
+++ incubator/qpid/trunk/qpid/java/010ExcludeList Thu Jul 31 03:08:01 2008
@@ -61,4 +61,5 @@
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
Modified: incubator/qpid/trunk/qpid/java/010ExcludeList-store
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/010ExcludeList-store?rev=681318&r1=681317&r2=681318&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/010ExcludeList-store (original)
+++ incubator/qpid/trunk/qpid/java/010ExcludeList-store Thu Jul 31 03:08:01 2008
@@ -53,4 +53,4 @@
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