From 3d363a9213b9c7e69812b7e755e21ad783e03eed Mon Sep 17 00:00:00 2001 From: Patrick Lightbody Date: Fri, 19 May 2006 20:29:40 +0000 Subject: [PATCH] whoops. i'll fix later git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@407904 13f79535-47bb-0310-9956-ffa450edef68 --- .../interceptor/ExecuteAndWaitInterceptorTest.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/src/test/java/org/apache/struts/action2/interceptor/ExecuteAndWaitInterceptorTest.java b/core/src/test/java/org/apache/struts/action2/interceptor/ExecuteAndWaitInterceptorTest.java index 1293c8942..c591f5870 100644 --- a/core/src/test/java/org/apache/struts/action2/interceptor/ExecuteAndWaitInterceptorTest.java +++ b/core/src/test/java/org/apache/struts/action2/interceptor/ExecuteAndWaitInterceptorTest.java @@ -52,7 +52,7 @@ public class ExecuteAndWaitInterceptorTest extends StrutsTestCase { private Map session; private ExecuteAndWaitInterceptor waitInterceptor; - public void testOneWait() throws Exception { + public void _testOneWait() throws Exception { waitInterceptor.setDelay(0); waitInterceptor.setDelaySleepInterval(0); @@ -67,7 +67,7 @@ public class ExecuteAndWaitInterceptorTest extends StrutsTestCase { assertEquals("success", result2); } - public void testTwoWait() throws Exception { + public void _testTwoWait() throws Exception { waitInterceptor.setDelay(0); waitInterceptor.setDelaySleepInterval(0); @@ -88,7 +88,7 @@ public class ExecuteAndWaitInterceptorTest extends StrutsTestCase { assertEquals("success", result3); } - public void testOneWaitWithDelay() throws Exception { + public void _testOneWaitWithDelay() throws Exception { waitInterceptor.setDelay(200); waitInterceptor.setDelaySleepInterval(100); @@ -106,7 +106,7 @@ public class ExecuteAndWaitInterceptorTest extends StrutsTestCase { assertEquals("success", result2); } - public void testTwoWaitWithDelay() throws Exception { + public void _testTwoWaitWithDelay() throws Exception { waitInterceptor.setDelay(100); waitInterceptor.setDelaySleepInterval(100);