From fb91c5557602ff6581e1b3c1333f1c0ee7a02a5e Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Wed, 24 Aug 2016 17:37:54 +0100 Subject: [PATCH] JAL-2106 FIXME for test failure --- test/jalview/analysis/AlignmentUtilsTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/test/jalview/analysis/AlignmentUtilsTests.java b/test/jalview/analysis/AlignmentUtilsTests.java index 1df7fd9..34ec73b 100644 --- a/test/jalview/analysis/AlignmentUtilsTests.java +++ b/test/jalview/analysis/AlignmentUtilsTests.java @@ -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()); -- 1.7.10.2