git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1423074 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2012-12-17 18:10:07 +00:00
parent 973909ab44
commit bb03eedaeb
1 changed files with 4 additions and 3 deletions

View File

@ -352,9 +352,9 @@ public class FailoverTransactionTest extends TestSupport {
public void initCombosForTestFailoverSendReplyLost() { public void initCombosForTestFailoverSendReplyLost() {
addCombinationValues("defaultPersistenceAdapter", addCombinationValues("defaultPersistenceAdapter",
new Object[]{PersistenceAdapterChoice.KahaDB, PersistenceAdapterChoice.LevelDB, new Object[]{PersistenceAdapterChoice.KahaDB,
PersistenceAdapterChoice.JDBC PersistenceAdapterChoice.JDBC
// not implemented for AMQ store // not implemented for AMQ store or PersistenceAdapterChoice.LevelDB
}); });
} }
@ -461,9 +461,10 @@ public class FailoverTransactionTest extends TestSupport {
public void initCombosForTestFailoverConnectionSendReplyLost() { public void initCombosForTestFailoverConnectionSendReplyLost() {
addCombinationValues("defaultPersistenceAdapter", addCombinationValues("defaultPersistenceAdapter",
new Object[]{PersistenceAdapterChoice.KahaDB, PersistenceAdapterChoice.LevelDB, new Object[]{PersistenceAdapterChoice.KahaDB,
PersistenceAdapterChoice.JDBC PersistenceAdapterChoice.JDBC
// last producer message id store feature not implemented for AMQ store // last producer message id store feature not implemented for AMQ store
// or PersistenceAdapterChoice.LevelDB
}); });
} }