Remove main method
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 5 Jul 2011 12:22:03 +0000 (12:22 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 5 Jul 2011 12:22:03 +0000 (12:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1143020 13f79535-47bb-0310-9956-ffa450edef68

test/org/apache/catalina/tribes/io/TestXByteBuffer.java

index 3773ae7..9cb09fd 100644 (file)
@@ -31,10 +31,4 @@ public class TestXByteBuffer extends TestCase {
         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});
-    }
-
 }