mirror of https://github.com/apache/activemq.git
fix up test case for https://issues.apache.org/jira/browse/AMQ-4268
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1511788 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ddd4d9fff2
commit
798eb1fc13
|
@ -906,7 +906,7 @@ public class DurableSubscriptionOfflineTest extends org.apache.activemq.TestSupp
|
|||
assertEquals(filtered, listener3.count);
|
||||
}
|
||||
|
||||
public void initCombosForTestOfflineAfterRestart() throws Exception {
|
||||
public void initCombosForTestOfflineSubscriptionAfterRestart() throws Exception {
|
||||
this.addCombinationValues("defaultPersistenceAdapter",
|
||||
new Object[]{ PersistenceAdapterChoice.KahaDB, PersistenceAdapterChoice.LevelDB, PersistenceAdapterChoice.JDBC});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue