diff options
| author | Robert Gemmell <robbie@apache.org> | 2010-02-26 15:54:58 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2010-02-26 15:54:58 +0000 |
| commit | aea63c81f26fdeb89f8f57a45a2307fbe40e9283 (patch) | |
| tree | 9f92436e86193ce95eef3a828287b54303c8428d /java/test-profiles/JavaExcludes | |
| parent | 5b98d7bb9d34362eda787829c8c308c8bd279ea1 (diff) | |
| download | qpid-python-aea63c81f26fdeb89f8f57a45a2307fbe40e9283.tar.gz | |
QPID-2417: update exclude files with correct test name and locations to allow running the DurableSubscriberTest on the derby profile once QPID-2422 is fixed
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@916730 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles/JavaExcludes')
| -rw-r--r-- | java/test-profiles/JavaExcludes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/test-profiles/JavaExcludes b/java/test-profiles/JavaExcludes index 6f3898384d..184a6f9e78 100644 --- a/java/test-profiles/JavaExcludes +++ b/java/test-profiles/JavaExcludes @@ -1,4 +1,3 @@ -org.apache.qpid.test.unit.ct.DurableSubscriberTests#* // Those tests are not finished org.apache.qpid.test.testcases.TTLTest#* org.apache.qpid.test.testcases.FailoverTest#* @@ -18,3 +17,5 @@ org.apache.qpid.client.SessionCreateTest#* org.apache.qpid.management.jmx.ManagementActorLoggingTest#* org.apache.qpid.server.queue.ModelTest#* +//QPID-2422: Derby currently doesnt persist queue arguments and 0-91 support causes exclusivity mismatch after restart +org.apache.qpid.test.unit.ct.DurableSubscriberTest#* |
