Author: markt
Date: Thu Feb 14 14:12:33 2013
New Revision: 1446191
URL: http://svn.apache.org/r1446191
Log:
Rename
Modified:
tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java
Modified:
tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java?rev=1446191&r1=1446190&r2=1446191&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java
(original)
+++ tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java
Thu Feb 14 14:12:33 2013
@@ -257,18 +257,18 @@ public class TestWsWebSocketContainer ex
@Test
- public void testTimeoutClientContainer() throws Exception {
- doTestTimeoutClient(true);
+ public void testWriteTimeoutClientContainer() throws Exception {
+ doTestWriteTimeoutClient(true);
}
@Test
- public void testTimeoutClientEndpoint() throws Exception {
- doTestTimeoutClient(false);
+ public void testWriteTimeoutClientEndpoint() throws Exception {
+ doTestWriteTimeoutClient(false);
}
- private void doTestTimeoutClient(boolean setTimeoutOnContainer)
+ private void doTestWriteTimeoutClient(boolean setTimeoutOnContainer)
throws Exception {
Tomcat tomcat = getTomcatInstance();
@@ -329,20 +329,20 @@ public class TestWsWebSocketContainer ex
@Test
- public void testTimeoutServerContainer() throws Exception {
- doTestTimeoutServer(true);
+ public void testWriteTimeoutServerContainer() throws Exception {
+ doTestWriteTimeoutServer(true);
}
@Test
- public void testTimeoutServerEndpoint() throws Exception {
- doTestTimeoutServer(false);
+ public void testWriteTimeoutServerEndpoint() throws Exception {
+ doTestWriteTimeoutServer(false);
}
private static volatile boolean timoutOnContainer = false;
- private void doTestTimeoutServer(boolean setTimeoutOnContainer)
+ private void doTestWriteTimeoutServer(boolean setTimeoutOnContainer)
throws Exception {
/*
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]