diff options
author | Rafael H. Schloming <rhs@apache.org> | 2008-05-15 14:52:56 +0000 |
---|---|---|
committer | Rafael H. Schloming <rhs@apache.org> | 2008-05-15 14:52:56 +0000 |
commit | 6695301f20644333b0fdacee073ec88ad4e5c88a (patch) | |
tree | 31e1d097c9c1b81b91ddcea95b95bc7b3b4ebb6b /qpid/java | |
parent | a1769128c3874a862862fe83b474a55a2951445b (diff) | |
download | qpid-python-6695301f20644333b0fdacee073ec88ad4e5c88a.tar.gz |
fixed a typo in 010ExcludeList
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@656690 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
-rw-r--r-- | qpid/java/010ExcludeList | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/010ExcludeList b/qpid/java/010ExcludeList index 6f7af00ae4..4528c4d121 100644 --- a/qpid/java/010ExcludeList +++ b/qpid/java/010ExcludeList @@ -7,7 +7,7 @@ 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 // those tests require broker recovery -org.apache.qpid.test.unit.ct.DurableSubscriberTests#* +org.apache.qpid.test.unit.ct.DurableSubscriberTest#* org.apache.qpid.test.unit.xa.TopicTest#testDurSubCrash org.apache.qpid.test.unit.xa.TopicTest#testMultiMessagesDurSubCrash org.apache.qpid.test.unit.xa.TopicTest#testRecover |