summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2009-04-11 01:13:56 +0000
committerMartin Ritchie <ritchiem@apache.org>2009-04-11 01:13:56 +0000
commitd2bff70d55fcd8ff41e00ccb81197bbe4719eee9 (patch)
tree2e774f554f534ddddf592193dac393634ec10bcd
parent4ba4b07cf4860bc124f357104ea698719ef5848e (diff)
downloadqpid-python-d2bff70d55fcd8ff41e00ccb81197bbe4719eee9.tar.gz
QPID-1806 : Got the classname wrong in in the exclude file
merged from trunk r764112 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-release@764132 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/010ExcludeList2
-rw-r--r--qpid/java/08ExcludeList-nonvm2
2 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/010ExcludeList b/qpid/java/010ExcludeList
index 936dd762d5..61d9c684ba 100644
--- a/qpid/java/010ExcludeList
+++ b/qpid/java/010ExcludeList
@@ -62,7 +62,7 @@ org.apache.qpid.server.queue.TimeToLiveTest#*
org.apache.qpid.test.client.QueueBrowsingFlowToDiskTest#*
// This test currently does not pick up the runtime location of the nonVm queueBacking store.
-org.apache.qpid.test.unit.client.close.FlowToDiskBackingQueueDeleteTest#*
+org.apache.qpid.test.unit.close.FlowToDiskBackingQueueDeleteTest#*
// This test may use QpidTestCase but it is not using the getConnection and is hardwired to InVM
org.apache.qpid.test.unit.client.connection.CloseAfterConnectionFailureTest#*
diff --git a/qpid/java/08ExcludeList-nonvm b/qpid/java/08ExcludeList-nonvm
index c2f263c870..496fdb5e73 100644
--- a/qpid/java/08ExcludeList-nonvm
+++ b/qpid/java/08ExcludeList-nonvm
@@ -30,7 +30,7 @@ org.apache.qpid.test.unit.message.UTF8Test#*
org.apache.qpid.client.MessageListenerTest#testSynchronousRecieveNoWait
// This test currently does not pick up the runtime location of the nonVm queueBacking store.
-org.apache.qpid.test.unit.client.close.FlowToDiskBackingQueueDeleteTest#*
+org.apache.qpid.test.unit.close.FlowToDiskBackingQueueDeleteTest#*
// This test may use QpidTestCase but it is not using the getConnection and is hardwired to InVM
org.apache.qpid.test.unit.client.connection.CloseAfterConnectionFailureTest#*