JAL-1656 make RNAML->Stockholm round trip test pass by ignoring differences in second...
[jalview.git] / 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);
 
   }