X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Futil%2FMappingUtilsTest.java;fp=test%2Fjalview%2Futil%2FMappingUtilsTest.java;h=f32e7ffe49e6688b8d9167b63b29ce164f77f8fc;hb=1ae9824ef37ce4ed36d1da986003474b47d1ab11;hp=f1ea01ca3d0d1c2ee2741bf73dae5405440160a4;hpb=af28532d835bbef7d85bde74696a1ef751d7ff5c;p=jalview.git diff --git a/test/jalview/util/MappingUtilsTest.java b/test/jalview/util/MappingUtilsTest.java index f1ea01c..f32e7ff 100644 --- a/test/jalview/util/MappingUtilsTest.java +++ b/test/jalview/util/MappingUtilsTest.java @@ -344,30 +344,6 @@ public class MappingUtilsTest } /** - * Test mapping a column selection including hidden columns - * - * @throws IOException - */ - @Test - public void testMapColumnSelection_hiddenColumns() throws IOException - { - setupMappedAlignments(); - - ColumnSelection colsel = new ColumnSelection(); - - /* - * Column 0 in protein picks up Seq2/L, Seq3/G which map to cols 0-4 and 0-3 - * in dna respectively, overall 0-4 - */ - colsel.addElement(0); - ColumnSelection cs = MappingUtils.mapColumnSelection(colsel, - proteinView, dnaView); - assertEquals("[0, 1, 2, 3, 4]", cs.getSelected().toString()); - - fail("write me"); - } - - /** * Test mapping a column selection in dna to its protein equivalent * * @throws IOException