JAL-1645 source formatting and organise imports
[jalview.git] / test / jalview / io / RNAMLfileTest.java
index 1c4825f..d41446b 100644 (file)
@@ -29,7 +29,7 @@ import org.testng.annotations.Test;
 public class RNAMLfileTest
 {
 
-  @BeforeClass
+  @BeforeClass(alwaysRun = true)
   public static void setUpBeforeClass() throws Exception
   {
   }
@@ -39,11 +39,11 @@ public class RNAMLfileTest
   {
   }
 
-  @Test
+  @Test(groups = { "Functional" })
   public void testRnamlToStockholmIO()
   {
     StockholmFileTest.testFileIOwithFormat(new File(
-            "examples/rna-alignment.xml"), "STH", -1, -1);
+            "examples/testdata/rna-alignment.xml"), "STH", -1, -1);
 
   }