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 | beee7a997dd114bed1224fd403adae9153e9a4b2 (patch) | |
| tree | 805f26c2b9d9272bc714d478ca9c6c102b53bbb8 /qpid/java/test-profiles | |
| parent | 5318503aab25a19cd1203ace48d50ea5894ba748 (diff) | |
| download | qpid-python-beee7a997dd114bed1224fd403adae9153e9a4b2.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@916730 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles')
| -rw-r--r-- | qpid/java/test-profiles/JavaExcludes | 3 | ||||
| -rw-r--r-- | qpid/java/test-profiles/JavaStandaloneExcludes | 1 | ||||
| -rw-r--r-- | qpid/java/test-profiles/JavaTransientExcludes | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/qpid/java/test-profiles/JavaExcludes b/qpid/java/test-profiles/JavaExcludes index 6f3898384d..184a6f9e78 100644 --- a/qpid/java/test-profiles/JavaExcludes +++ b/qpid/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#* diff --git a/qpid/java/test-profiles/JavaStandaloneExcludes b/qpid/java/test-profiles/JavaStandaloneExcludes index ed12973498..a9e2a058f8 100644 --- a/qpid/java/test-profiles/JavaStandaloneExcludes +++ b/qpid/java/test-profiles/JavaStandaloneExcludes @@ -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#* diff --git a/qpid/java/test-profiles/JavaTransientExcludes b/qpid/java/test-profiles/JavaTransientExcludes index f81e9c213c..b4e5282228 100644 --- a/qpid/java/test-profiles/JavaTransientExcludes +++ b/qpid/java/test-profiles/JavaTransientExcludes @@ -1 +1,3 @@ +//These tests require a persistent store org.apache.qpid.server.store.PersistentStoreTest#* +org.apache.qpid.test.unit.ct.DurableSubscriberTest#* |
