summaryrefslogtreecommitdiff
path: root/qpid/java/010ExcludeList-store
diff options
context:
space:
mode:
authorArnaud Simon <arnaudsimon@apache.org>2008-04-17 13:47:29 +0000
committerArnaud Simon <arnaudsimon@apache.org>2008-04-17 13:47:29 +0000
commit1e621b6b72e8df3ae008bbe4de036b8e5169eda3 (patch)
tree08c58572e98e54d8694874479897cb3812b785bd /qpid/java/010ExcludeList-store
parente2691d77d8ff0b4d6a14f55aaab112b5537dcec7 (diff)
downloadqpid-python-1e621b6b72e8df3ae008bbe4de036b8e5169eda3.tar.gz
QPID-884 Added cpp profile that does not use a store. Also updated profile for taking auth into account and updated broker.clean as per QPID-904
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@649099 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/010ExcludeList-store')
-rw-r--r--qpid/java/010ExcludeList-store10
1 files changed, 10 insertions, 0 deletions
diff --git a/qpid/java/010ExcludeList-store b/qpid/java/010ExcludeList-store
new file mode 100644
index 0000000000..709c846068
--- /dev/null
+++ b/qpid/java/010ExcludeList-store
@@ -0,0 +1,10 @@
+org.apache.qpid.test.unit.client.channelclose.ChannelCloseTest#*
+org.apache.qpid.client.ResetMessageListenerTest#*
+// those tests should be run with prefetch off
+org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveC2Only
+org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveBoth
+org.apache.qpid.test.unit.xa.TopicTest#testMultiMessagesDurSubCrash
+org.apache.qpid.test.unit.xa.TopicTest#testMigrateDurableSubscriber
+// those tests need durable subscribe states to be persisted
+org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubRestoredAfterNonPersistentMessageSent
+org.apache.qpid.test.unit.ct.DurableSubscriberTests#testDurSubRestoresMessageSelector \ No newline at end of file