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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org