diff options
| author | Robert Gemmell <robbie@apache.org> | 2010-02-26 15:33:09 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2010-02-26 15:33:09 +0000 |
| commit | d228c2ea8f58b32d00c2c2f9f24a78b1031a9a6b (patch) | |
| tree | 26c13e8c2f5bb9e103e0fbd7df4b5dba093750f0 | |
| parent | cf512958b901f1aaae1a035c6ed47c3e2f14cf4e (diff) | |
| download | qpid-python-d228c2ea8f58b32d00c2c2f9f24a78b1031a9a6b.tar.gz | |
QPID-2417: enable DurableSubscriberTest to run on the derby profile on the 0.5.x branch where lack of 0.91 support bypasses the QPID-2422 restriction currently present on trunk
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5.x-dev@916716 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/java/test-profiles/08Excludes | 1 | ||||
| -rw-r--r-- | qpid/java/test-profiles/08StandaloneExcludes | 1 | ||||
| -rw-r--r-- | qpid/java/test-profiles/08TransientExcludes | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/test-profiles/08Excludes b/qpid/java/test-profiles/08Excludes index 6f3898384d..220b1f6695 100644 --- a/qpid/java/test-profiles/08Excludes +++ b/qpid/java/test-profiles/08Excludes @@ -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/08StandaloneExcludes b/qpid/java/test-profiles/08StandaloneExcludes index 6003a5ddcf..48a6187a84 100644 --- a/qpid/java/test-profiles/08StandaloneExcludes +++ b/qpid/java/test-profiles/08StandaloneExcludes @@ -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/08TransientExcludes b/qpid/java/test-profiles/08TransientExcludes index f81e9c213c..b4e5282228 100644 --- a/qpid/java/test-profiles/08TransientExcludes +++ b/qpid/java/test-profiles/08TransientExcludes @@ -1 +1,3 @@ +//These tests require a persistent store org.apache.qpid.server.store.PersistentStoreTest#* +org.apache.qpid.test.unit.ct.DurableSubscriberTest#* |
