From e650d5ae4b9d4ade1b661d7a2014a1050a5f543c Mon Sep 17 00:00:00 2001 From: Brian Osborne Date: Sat, 7 May 2016 13:20:16 -0400 Subject: [PATCH] Length is correct, should not be part of TO DO --- t/AlignIO/phylip.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/AlignIO/phylip.t b/t/AlignIO/phylip.t index 42f37768a..0d20ee82e 100644 --- a/t/AlignIO/phylip.t +++ b/t/AlignIO/phylip.t @@ -69,13 +69,13 @@ my $ls = $aln->get_seq_by_pos(2); is($ls->display_id, 'Pan_panisc'); is($ls->start, 1); is($ls->end,47); +is($ls->length,50); # bug 2984 TODO: { local $TODO = 'problems with default strand'; # shouldn't this be 0? is($ls->strand,0); - is($ls->length,50); } # check to see that newlines between header and sequences are parsed correctly -- 2.11.4.GIT