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:
c504884
)
JAL-674 bug in test
author
Jim Procter
<jprocter@dundee.ac.uk>
Thu, 27 Nov 2014 14:31:05 +0000
(14:31 +0000)
committer
Jim Procter
<jprocter@dundee.ac.uk>
Thu, 27 Nov 2014 14:31:05 +0000
(14:31 +0000)
test/jalview/io/Jalview2xmlTests.java
patch
|
blob
|
history
diff --git
a/test/jalview/io/Jalview2xmlTests.java
b/test/jalview/io/Jalview2xmlTests.java
index
4237019
..
75626e9
100644
(file)
--- a/
test/jalview/io/Jalview2xmlTests.java
+++ b/
test/jalview/io/Jalview2xmlTests.java
@@
-293,7
+293,7
@@
public class Jalview2xmlTests
assertTrue(
"Mismatch at alignment position " + p,
(alaa.annotations[p] == null && refan.annotations[p] == null)
- || ala.annotations[p].value == refan.annotations[p].value);
+ || alaa.annotations[p].value == refan.annotations[p].value);
}
catch (NullPointerException q)
{