From 8c080f2a9bdc1017d6ef95edebf3b9cd8ffa6e16 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Thu, 25 Aug 2016 20:56:02 +0100 Subject: [PATCH] JAL-2106 JAL-2154 fix test for additional reference transferred from locus to CDS as well as Peptide --- test/jalview/analysis/AlignmentUtilsTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jalview/analysis/AlignmentUtilsTests.java b/test/jalview/analysis/AlignmentUtilsTests.java index a0ce475..7e8442d 100644 --- a/test/jalview/analysis/AlignmentUtilsTests.java +++ b/test/jalview/analysis/AlignmentUtilsTests.java @@ -1057,7 +1057,7 @@ public class AlignmentUtilsTests * verify CDS has a dbref with mapping to peptide */ assertNotNull(cds1Dss.getDBRefs()); - assertEquals(1, cds1Dss.getDBRefs().length); + assertEquals(2, cds1Dss.getDBRefs().length); dbref = cds1Dss.getDBRefs()[0]; assertEquals(dna1xref.getSource(), dbref.getSource()); // version is via ensembl's primary ref -- 1.7.10.2