git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
223ccb5
)
JAL-1656 make RNAML->Stockholm round trip test pass by ignoring differences in second...
author
Jim Procter
<jprocter@issues.jalview.org>
Thu, 4 May 2017 13:04:36 +0000
(14:04 +0100)
committer
Jim Procter
<jprocter@issues.jalview.org>
Thu, 4 May 2017 13:04:36 +0000
(14:04 +0100)
test/jalview/io/RNAMLfileTest.java
patch
|
blob
|
history
diff --git
a/test/jalview/io/RNAMLfileTest.java
b/test/jalview/io/RNAMLfileTest.java
index
d16fb5f
..
1c54980
100644
(file)
--- a/
test/jalview/io/RNAMLfileTest.java
+++ b/
test/jalview/io/RNAMLfileTest.java
@@
-53,7
+53,7
@@
public class RNAMLfileTest
{
StockholmFileTest.testFileIOwithFormat(new File(
"examples/testdata/rna-alignment.xml"), FileFormat.Stockholm,
- -1, -1);
+ -1, -1, true);
}