JAL-674 bug in test
authorJim Procter <jprocter@dundee.ac.uk>
Thu, 27 Nov 2014 14:31:05 +0000 (14:31 +0000)
committerJim Procter <jprocter@dundee.ac.uk>
Thu, 27 Nov 2014 14:31:05 +0000 (14:31 +0000)
test/jalview/io/Jalview2xmlTests.java

index 4237019..75626e9 100644 (file)
@@ -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)
           {