JAL-2106 FIXME for test failure
[jalview.git] / test / jalview / analysis / AlignmentUtilsTests.java
index 1df7fd9..34ec73b 100644 (file)
@@ -1059,6 +1059,7 @@ public class AlignmentUtilsTests
      * verify peptide has added a dbref with reverse mapping to CDS
      */
     assertNotNull(pep1.getDBRefs());
+    // FIXME pep1.getDBRefs() is 1 - is that the correct behaviour ?
     assertEquals(2, pep1.getDBRefs().length);
     dbref = pep1.getDBRefs()[1];
     assertEquals("ENSEMBL", dbref.getSource());