Merge branch 'bug/JAL-1700_PDB-rest-api-error-handling' into Release_2_9_Branch
[jalview.git] / test / jalview / io / RNAMLfileTest.java
index a392109..c7e6398 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2)
- * Copyright (C) 2014 The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
+ * Copyright (C) $$Year-Rel$$ The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -20,8 +20,6 @@
  */
 package jalview.io;
 
-import static org.junit.Assert.*;
-
 import java.io.File;
 
 import org.junit.AfterClass;
@@ -44,8 +42,9 @@ public class RNAMLfileTest
   @Test
   public void testRnamlToStockholmIO()
   {
-    StockholmFileTest.testFileIOwithFormat(new File("examples/rna-alignment.xml"),"STH");
-    
+    StockholmFileTest.testFileIOwithFormat(new File(
+            "examples/rna-alignment.xml"), "STH", -1, -1);
+
   }
 
 }