From 3581ae95d74040fe63285f061185487ecab59fd8 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Wed, 1 Sep 2010 19:54:49 +0000 Subject: [PATCH] removed unused import --- .../integration/history/MessageHistoryIntegrationTests.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/spring-integration-core/src/test/java/org/springframework/integration/history/MessageHistoryIntegrationTests.java b/spring-integration-core/src/test/java/org/springframework/integration/history/MessageHistoryIntegrationTests.java index 9d32cc3c67..fba127ae56 100644 --- a/spring-integration-core/src/test/java/org/springframework/integration/history/MessageHistoryIntegrationTests.java +++ b/spring-integration-core/src/test/java/org/springframework/integration/history/MessageHistoryIntegrationTests.java @@ -37,8 +37,6 @@ import org.springframework.integration.config.ConsumerEndpointFactoryBean; import org.springframework.integration.core.MessageHandler; import org.springframework.util.StopWatch; -import static org.mockito.Mockito.mock; - import static junit.framework.Assert.assertEquals; import static junit.framework.Assert.assertFalse; import static junit.framework.Assert.assertTrue; @@ -200,7 +198,7 @@ public class MessageHistoryIntegrationTests { public void testMessageHistoryMoreThanOneNamespaceFail() { new ClassPathXmlApplicationContext("messageHistoryWithHistoryWriterNamespace-fail.xml", MessageHistoryIntegrationTests.class); } - + @Test @Ignore public void testMessageHistoryWithHistoryPerformance() { ApplicationContext acWithHistory = new ClassPathXmlApplicationContext("perfWithMessageHistory.xml", MessageHistoryIntegrationTests.class);