JAL-1199 JAL-1272 remove main() method from test class
authorJim Procter <jprocter@compbio.dundee.ac.uk>
Fri, 15 Feb 2013 15:42:21 +0000 (15:42 +0000)
committerJim Procter <jprocter@compbio.dundee.ac.uk>
Fri, 15 Feb 2013 15:42:21 +0000 (15:42 +0000)
test/jalview/io/StockholmFileTest.java

index d826e13..caeb184 100644 (file)
@@ -16,17 +16,6 @@ import org.junit.Test;
 public class StockholmFileTest
 {
 
-  public static void main(String argv[])
-  {
-    try {
-      new StockholmFileTest().pfamFileIO();
-    
-    } catch (Exception x)
-    {
-      x.printStackTrace();
-    }
-  }
-
   static String PfamFile = "examples/PF00111_seed.stk",
           RfamFile = "examples/RF00031_folded.stk";