JAL-2549 RNAAliFold result to annotation file roundtrip test fails test due to JAL... features/JAL-2549_updateJABAWSto220
authorJim Procter <jprocter@issues.jalview.org>
Tue, 23 May 2017 19:39:17 +0000 (20:39 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Tue, 23 May 2017 19:39:17 +0000 (20:39 +0100)
test/jalview/ws/jabaws/RNAStructExportImport.java

index 5ea97ff..089c29f 100644 (file)
@@ -202,7 +202,9 @@ public class RNAStructExportImport
     } while (af.getViewport().getCalcManager().isWorking());
 
     AlignmentI orig_alig = af.getViewport().getAlignment();
-
+    // JBPNote: this assert fails (2.10.2) because the 'Reference Positions'
+    // annotation is mistakenly recognised as an RNA annotation row when read in
+    // as an annotation file.
     verifyAnnotationFileIO("Testing RNAalifold Annotation IO", orig_alig);
 
   }