File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
websocket/binary/src/test/java/org/javaee7/websocket/binary/test Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 1- /**
2- *
3- */
41package org .javaee7 .websocket .binary .test ;
52
63import static org .junit .Assert .assertArrayEquals ;
3532 * @author Arun Gupta
3633 */
3734@ RunWith (Arquillian .class )
38- public class WebsocketBinaryEndpointTest {
35+ public class MyEndpointTest {
3936
4037 private static final String RESPONSE = "Hello World!" ;
4138
@@ -48,13 +45,11 @@ public class WebsocketBinaryEndpointTest {
4845 */
4946 @ Deployment (testable =false )
5047 public static WebArchive createDeployment () {
51- WebArchive war = ShrinkWrap .create (WebArchive .class )
48+ return ShrinkWrap .create (WebArchive .class )
5249 .addClasses (MyEndpointByteBuffer .class ,
5350 MyEndpointByteArray .class ,
5451 MyEndpointInputStream .class ,
5552 MyEndpointClient .class );
56- System .out .println (war .toString (true ));
57- return war ;
5853 }
5954
6055 /**
You can’t perform that action at this time.
0 commit comments