mirror of https://github.com/apache/activemq.git
adapting jdbc audit test
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@892816 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ae840c4b04
commit
6cde61831e
|
@ -39,7 +39,10 @@ public class JDBCPersistenceAdapterTest extends PersistenceAdapterTestSupport {
|
|||
}
|
||||
|
||||
public void testAuditOff() throws Exception {
|
||||
((JDBCPersistenceAdapter)pa).setEnableAudit(false);
|
||||
pa.stop();
|
||||
pa = createPersistenceAdapter(true);
|
||||
((JDBCPersistenceAdapter)pa).setEnableAudit(false);
|
||||
pa.start();
|
||||
boolean failed = true;
|
||||
try {
|
||||
testStoreCanHandleDupMessages();
|
||||
|
|
Loading…
Reference in New Issue