From: Jim Procter Date: Fri, 24 Jun 2022 16:25:37 +0000 (+0100) Subject: JAL-2349 TODO for tests X-Git-Tag: Release_2_11_3_0~23^2~51 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=391467e57959e2c71a5051de06da2028dc07f2ba JAL-2349 TODO for tests --- diff --git a/test/jalview/datamodel/AlignmentTest.java b/test/jalview/datamodel/AlignmentTest.java index 4b1f7e9..06be982 100644 --- a/test/jalview/datamodel/AlignmentTest.java +++ b/test/jalview/datamodel/AlignmentTest.java @@ -1578,4 +1578,17 @@ public class AlignmentTest a.getHiddenColumns().hideColumns(2, 5); assertEquals(5, a.getVisibleWidth()); } + + @Test(groups = { "Functional" }) + public void testGetContactMap() + { + // TODO + // 1. test adding/removing/manipulating contact maps with/without associated + // sequence(s) or groups + // 2. For sequence associated - ensure that inserting a gap in sequence + // results in the contact map being relocated accordingly + // 3. RENDERER QUESTION - should contact maps reflect gaps in the alignment + // ? + + } }