[hornetq-commits] JBoss hornetq SVN: r8058 - branches/Replication_Clebert/tests/src/org/hornetq/tests/integration/client.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Oct 6 17:15:26 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-10-06 17:15:26 -0400 (Tue, 06 Oct 2009)
New Revision: 8058

Modified:
   branches/Replication_Clebert/tests/src/org/hornetq/tests/integration/client/JournalCrashTest.java
Log:
revert change on JournalCrashTest (it was not meant to be fixed on the branch)

Modified: branches/Replication_Clebert/tests/src/org/hornetq/tests/integration/client/JournalCrashTest.java
===================================================================
--- branches/Replication_Clebert/tests/src/org/hornetq/tests/integration/client/JournalCrashTest.java	2009-10-06 21:13:54 UTC (rev 8057)
+++ branches/Replication_Clebert/tests/src/org/hornetq/tests/integration/client/JournalCrashTest.java	2009-10-06 21:15:26 UTC (rev 8058)
@@ -26,7 +26,6 @@
 import org.hornetq.core.journal.RecordInfo;
 import org.hornetq.core.journal.impl.AIOSequentialFileFactory;
 import org.hornetq.core.journal.impl.JournalImpl;
-import org.hornetq.core.journal.impl.NIOSequentialFileFactory;
 import org.hornetq.core.server.HornetQServer;
 import org.hornetq.tests.util.ServiceTestBase;
 import org.hornetq.tests.util.SpawnedVMSupport;
@@ -259,7 +258,7 @@
     */
    private void printJournal() throws Exception
    {
-      NIOSequentialFileFactory factory = new NIOSequentialFileFactory(getJournalDir());
+      AIOSequentialFileFactory factory = new AIOSequentialFileFactory(getJournalDir());
       JournalImpl journal = new JournalImpl(ConfigurationImpl.DEFAULT_JOURNAL_FILE_SIZE,
                                             2,
                                             0,



More information about the hornetq-commits mailing list