simple test fix

This commit is contained in:
Clebert Suconic 2015-06-22 20:49:27 -04:00
parent 18890cdcf5
commit e690da96a6
1 changed files with 8 additions and 0 deletions

View File

@ -21,12 +21,20 @@ import org.apache.activemq.artemis.core.postoffice.DuplicateIDCache;
import org.apache.activemq.artemis.core.postoffice.impl.DuplicateIDCacheImpl; import org.apache.activemq.artemis.core.postoffice.impl.DuplicateIDCacheImpl;
import org.apache.activemq.artemis.core.transaction.impl.TransactionImpl; import org.apache.activemq.artemis.core.transaction.impl.TransactionImpl;
import org.apache.activemq.artemis.tests.util.RandomUtil; import org.apache.activemq.artemis.tests.util.RandomUtil;
import org.junit.After;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Test; import org.junit.Test;
public class DuplicateCacheTest extends StorageManagerTestBase public class DuplicateCacheTest extends StorageManagerTestBase
{ {
@After
@Override
public void tearDown() throws Exception
{
super.tearDown();
}
@Test @Test
public void testDuplicate() throws Exception public void testDuplicate() throws Exception
{ {