mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-5853 - fix typo in test combination - ensures expiry does not kick in
This commit is contained in:
parent
eece28ac75
commit
b78ef954d2
|
@ -602,7 +602,7 @@ abstract public class MessagePriorityTest extends CombinationTestSupport {
|
||||||
}, 10000));
|
}, 10000));
|
||||||
}
|
}
|
||||||
|
|
||||||
public void initCombosForTestLowThenHighBatc() {
|
public void initCombosForTestLowThenHighBatch() {
|
||||||
// the cache limits the priority ordering to available memory
|
// the cache limits the priority ordering to available memory
|
||||||
addCombinationValues("useCache", new Object[] {new Boolean(false)});
|
addCombinationValues("useCache", new Object[] {new Boolean(false)});
|
||||||
// expiry processing can fill the cursor with a snapshot of the producer
|
// expiry processing can fill the cursor with a snapshot of the producer
|
||||||
|
|
Loading…
Reference in New Issue