You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2015/12/04 15:06:34 UTC

svn commit: r1717967 - /tomcat/trunk/test/org/apache/tomcat/websocket/server/TestClose.java

Author: markt
Date: Fri Dec  4 14:06:33 2015
New Revision: 1717967

URL: http://svn.apache.org/viewvc?rev=1717967&view=rev
Log:
Static works for me for these test cases.

Modified:
    tomcat/trunk/test/org/apache/tomcat/websocket/server/TestClose.java

Modified: tomcat/trunk/test/org/apache/tomcat/websocket/server/TestClose.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/websocket/server/TestClose.java?rev=1717967&r1=1717966&r2=1717967&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/tomcat/websocket/server/TestClose.java (original)
+++ tomcat/trunk/test/org/apache/tomcat/websocket/server/TestClose.java Fri Dec  4 14:06:33 2015
@@ -50,8 +50,8 @@ import org.apache.catalina.startup.Tomca
 @Ignore // Only because they don't pass at the moment.
 public class TestClose extends TomcatBaseTest {
 
-    // TODO: These are static because I'm not sure how to inject them to the
-    // endpoint
+    // These are static because it is simpler than trying to inject them into
+    // the endpoint
     private static volatile Events events;
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org