ARTEMIS-142 more fixes on tests

This commit is contained in:
Clebert Suconic 2015-06-22 19:50:16 -04:00
parent b05e345641
commit 18890cdcf5
1 changed files with 1 additions and 1 deletions

View File

@ -2000,7 +2000,7 @@ public abstract class ActiveMQTestBase extends Assert
}
else
{
ff = new NIOSequentialFileFactory(config.getJournalLocation(), null);
ff = new NIOSequentialFileFactory(config.getBindingsLocation(), null);
journal = new JournalImpl(1024 * 1024,
2,
config.getJournalCompactMinFiles(),