JAL-1656 make RNAML->Stockholm round trip test pass by ignoring differences in second...
authorJim Procter <jprocter@issues.jalview.org>
Thu, 4 May 2017 13:04:36 +0000 (14:04 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Thu, 4 May 2017 13:04:36 +0000 (14:04 +0100)
test/jalview/io/RNAMLfileTest.java

index d16fb5f..1c54980 100644 (file)
@@ -53,7 +53,7 @@ public class RNAMLfileTest
   {
     StockholmFileTest.testFileIOwithFormat(new File(
             "examples/testdata/rna-alignment.xml"), FileFormat.Stockholm,
-            -1, -1);
+            -1, -1, true);
 
   }