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 2011/07/05 14:22:03 UTC

svn commit: r1143020 - /tomcat/trunk/test/org/apache/catalina/tribes/io/TestXByteBuffer.java

Author: markt
Date: Tue Jul  5 12:22:03 2011
New Revision: 1143020

URL: http://svn.apache.org/viewvc?rev=1143020&view=rev
Log:
Remove main method

Modified:
    tomcat/trunk/test/org/apache/catalina/tribes/io/TestXByteBuffer.java

Modified: tomcat/trunk/test/org/apache/catalina/tribes/io/TestXByteBuffer.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/catalina/tribes/io/TestXByteBuffer.java?rev=1143020&r1=1143019&r2=1143020&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/catalina/tribes/io/TestXByteBuffer.java (original)
+++ tomcat/trunk/test/org/apache/catalina/tribes/io/TestXByteBuffer.java Tue Jul  5 12:22:03 2011
@@ -31,10 +31,4 @@ public class TestXByteBuffer extends Tes
         assertTrue(obj instanceof String);
         assertEquals(test, obj);
     }
-
-    public static void main(String[] args) throws Exception {
-        //XByteBuffer.deserialize(new byte[0]);
-        XByteBuffer.deserialize(new byte[] {-84, -19, 0, 5, 115, 114, 0, 17, 106});
-    }
-
 }



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