JAL-1300 test and example data for parsing annotation files with COMBINE statements...
[jalview.git] / test / jalview / io / AnnotationFileIOTest.java
index 2aed08b..30f61d7 100644 (file)
@@ -13,7 +13,8 @@ public class AnnotationFileIOTest
 {
 
   static String TestFiles[][] = {{ "Test example annotation import/export","examples/uniref50.fa", "examples/testdata/example_annot_file.jva" }
-          ,{"Test multiple combine annotation statements import/export","examples/uniref50.fa", "examples/testdata/test_combine_annot.jva"}};
+          ,{"Test multiple combine annotation statements import/export","examples/uniref50.fa", "examples/testdata/test_combine_annot.jva"}
+          ,{"Test multiple combine annotation statements with sequence_ref import/export","examples/uniref50.fa", "examples/testdata/uniref50_iupred.jva"}};
 
   @Test
   public void exampleAnnotationFileIO() throws Exception