git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1511788 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2013-08-08 14:02:50 +00:00
parent ddd4d9fff2
commit 798eb1fc13
1 changed files with 1 additions and 1 deletions

View File

@ -906,7 +906,7 @@ public class DurableSubscriptionOfflineTest extends org.apache.activemq.TestSupp
assertEquals(filtered, listener3.count); assertEquals(filtered, listener3.count);
} }
public void initCombosForTestOfflineAfterRestart() throws Exception { public void initCombosForTestOfflineSubscriptionAfterRestart() throws Exception {
this.addCombinationValues("defaultPersistenceAdapter", this.addCombinationValues("defaultPersistenceAdapter",
new Object[]{ PersistenceAdapterChoice.KahaDB, PersistenceAdapterChoice.LevelDB, PersistenceAdapterChoice.JDBC}); new Object[]{ PersistenceAdapterChoice.KahaDB, PersistenceAdapterChoice.LevelDB, PersistenceAdapterChoice.JDBC});
} }