From b78ef954d29bdbd0991ad1424b6c78168d89e9e4 Mon Sep 17 00:00:00 2001 From: gtully Date: Fri, 3 Jul 2015 12:18:13 +0100 Subject: [PATCH] https://issues.apache.org/jira/browse/AMQ-5853 - fix typo in test combination - ensures expiry does not kick in --- .../java/org/apache/activemq/store/MessagePriorityTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activemq-unit-tests/src/test/java/org/apache/activemq/store/MessagePriorityTest.java b/activemq-unit-tests/src/test/java/org/apache/activemq/store/MessagePriorityTest.java index e0ed7e9053..adee523e5a 100644 --- a/activemq-unit-tests/src/test/java/org/apache/activemq/store/MessagePriorityTest.java +++ b/activemq-unit-tests/src/test/java/org/apache/activemq/store/MessagePriorityTest.java @@ -602,7 +602,7 @@ abstract public class MessagePriorityTest extends CombinationTestSupport { }, 10000)); } - public void initCombosForTestLowThenHighBatc() { + public void initCombosForTestLowThenHighBatch() { // the cache limits the priority ordering to available memory addCombinationValues("useCache", new Object[] {new Boolean(false)}); // expiry processing can fill the cursor with a snapshot of the producer