From f8fb7c54b841fe0e6c0dea82011f97b902ff57ab Mon Sep 17 00:00:00 2001 From: jason Date: Sun, 25 Sep 2005 17:24:30 +0000 Subject: [PATCH] up to 1775 not 1776 svn path=/bioperl-run/trunk/; revision=13625 --- t/Blat.t | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/t/Blat.t b/t/Blat.t index 9698bb2..37e760f 100644 --- a/t/Blat.t +++ b/t/Blat.t @@ -48,9 +48,9 @@ my $hit = $result->next_hit; my $hsp = $hit->next_hsp; ok $hsp->isa("Bio::Search::HSP::HSPI"); ok ($hsp->query->start,1); -ok ($hsp->query->end,1776); +ok ($hsp->query->end,1775); ok ($hsp->hit->start,1); -ok ($hsp->hit->end,1776); +ok ($hsp->hit->end,1775); my $sio = Bio::SeqIO->new(-file=>$query,-format=>'fasta'); my $seq = $sio->next_seq ; @@ -61,9 +61,9 @@ $hit = $result->next_hit; $hsp = $hit->next_hsp; ok $hsp->isa("Bio::Search::HSP::HSPI"); ok ($hsp->query->start,1); -ok ($hsp->query->end,1776); +ok ($hsp->query->end,1775); ok ($hsp->hit->start,1); -ok ($hsp->hit->end,1776); +ok ($hsp->hit->end,1775); 1; -- 2.11.4.GIT