file format enum wip changes
[jalview.git] / test / jalview / io / RNAMLfileTest.java
index c084792..feda619 100644 (file)
@@ -43,7 +43,8 @@ public class RNAMLfileTest
   public void testRnamlToStockholmIO()
   {
     StockholmFileTest.testFileIOwithFormat(new File(
-            "examples/testdata/rna-alignment.xml"), "STH", -1, -1);
+            "examples/testdata/rna-alignment.xml"), FileFormat.Stockholm,
+            -1, -1);
 
   }