Author: clebert.suconic(a)jboss.com
Date: 2010-08-04 16:26:46 -0400 (Wed, 04 Aug 2010)
New Revision: 9507
Modified:
trunk/tests/src/org/hornetq/tests/integration/journal/NIOImportExportTest.java
Log:
small tweak
Modified: trunk/tests/src/org/hornetq/tests/integration/journal/NIOImportExportTest.java
===================================================================
---
trunk/tests/src/org/hornetq/tests/integration/journal/NIOImportExportTest.java 2010-08-04
18:40:08 UTC (rev 9506)
+++
trunk/tests/src/org/hornetq/tests/integration/journal/NIOImportExportTest.java 2010-08-04
20:26:46 UTC (rev 9507)
@@ -58,7 +58,7 @@
protected void tearDown() throws Exception
{
-
+ super.tearDown();
}
public void testExportImport() throws Exception
@@ -98,9 +98,9 @@
addTx(11, 11, 12);
updateTx(11, 11, 12);
commit(11);
-
+
journal.forceMoveNextFile();
-
+
update(11, 12);
stopJournal();
@@ -115,7 +115,6 @@
}
-
public void testExportImport3() throws Exception
{
setup(10, 10 * 1024, true);
@@ -164,7 +163,7 @@
startJournal();
loadAndCheck();
-
+
commit(11);
stopJournal();
@@ -176,8 +175,7 @@
startJournal();
loadAndCheck();
-
-
+
}
public void testExportImport2() throws Exception
Show replies by date