JAL-1569 refactoring of stockholm test
authorJim Procter <jprocter@dundee.ac.uk>
Sun, 23 Nov 2014 16:34:42 +0000 (16:34 +0000)
committerJim Procter <jprocter@dundee.ac.uk>
Sun, 23 Nov 2014 16:34:42 +0000 (16:34 +0000)
test/jalview/io/RNAMLfileTest.java

index 5839761..f5b0258 100644 (file)
@@ -20,8 +20,6 @@
  */
 package jalview.io;
 
-import static org.junit.Assert.*;
-
 import java.io.File;
 
 import org.junit.AfterClass;
@@ -45,7 +43,7 @@ public class RNAMLfileTest
   public void testRnamlToStockholmIO()
   {
     StockholmFileTest.testFileIOwithFormat(new File(
-            "examples/rna-alignment.xml"), "STH");
+            "examples/rna-alignment.xml"), "STH", -1, -1);
 
   }