diff options
| author | Alex Rudyy <orudyy@apache.org> | 2014-10-27 22:32:29 +0000 |
|---|---|---|
| committer | Alex Rudyy <orudyy@apache.org> | 2014-10-27 22:32:29 +0000 |
| commit | 3dba41c0af250e905e1b37d53d9447aa77a2a0fd (patch) | |
| tree | 3fada5a4dedd094b98a761e52118dcf1d3d55a3a /qpid/java/bdbstore | |
| parent | 4d7e5969c61eb33aed35e5beeea314efa2e954dd (diff) | |
| download | qpid-python-3dba41c0af250e905e1b37d53d9447aa77a2a0fd.tar.gz | |
QPID-5650: Preserve alternate exchange on upgrade of queue with 'dead letter queue'
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1634713 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/bdbstore')
| -rw-r--r-- | qpid/java/bdbstore/systests/src/test/java/org/apache/qpid/server/store/berkeleydb/BDBUpgradeTest.java | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/qpid/java/bdbstore/systests/src/test/java/org/apache/qpid/server/store/berkeleydb/BDBUpgradeTest.java b/qpid/java/bdbstore/systests/src/test/java/org/apache/qpid/server/store/berkeleydb/BDBUpgradeTest.java index 491856d953..6ee73dd342 100644 --- a/qpid/java/bdbstore/systests/src/test/java/org/apache/qpid/server/store/berkeleydb/BDBUpgradeTest.java +++ b/qpid/java/bdbstore/systests/src/test/java/org/apache/qpid/server/store/berkeleydb/BDBUpgradeTest.java @@ -360,9 +360,6 @@ public class BDBUpgradeTest extends QpidBrokerTestCase } /** - * - * TODO (QPID-5650) Resolve so this test can be reenabled. - * * Test that the queue configured to have a DLQ was recovered and has the alternate exchange * and max delivery count, the DLE exists, the DLQ exists with no max delivery count, the * DLQ is bound to the DLE, and that the DLQ does not itself have a DLQ. @@ -370,7 +367,7 @@ public class BDBUpgradeTest extends QpidBrokerTestCase * DLQs are NOT enabled at the virtualhost level, we are testing recovery of the arguments * that turned it on for this specific queue. */ - public void xtestRecoveryOfQueueWithDLQ() throws Exception + public void testRecoveryOfQueueWithDLQ() throws Exception { JMXTestUtils jmxUtils = null; try |
