mirror of
https://github.com/apache/struts.git
synced 2026-08-06 15:17:00 +00:00
whoops. i'll fix later
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@407904 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
+4
-4
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user