[Bioperl-guts-l] bioperl-live/t DB.t,1.71,1.72
Christopher John Fields
cjfields at dev.open-bio.org
Thu Jan 11 09:17:51 EST 2007
Update of /home/repository/bioperl/bioperl-live/t
In directory dev.open-bio.org:/tmp/cvs-serv28257
Modified Files:
DB.t
Log Message:
removed extraneous (now wrong) comment
Index: DB.t
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/t/DB.t,v
retrieving revision 1.71
retrieving revision 1.72
diff -C2 -d -r1.71 -r1.72
*** DB.t 20 Oct 2006 15:55:37 -0000 1.71
--- DB.t 11 Jan 2007 14:17:49 -0000 1.72
***************
*** 295,299 ****
# small chance this might change but hopefully not
my @annot = $seq->annotation->get_Annotations('dblink');
! is @annot, 31; # changed 16-Aug-06
is $annot[0]->database, 'swissprot';
is $annot[0]->primary_id, '2AAA_YEAST';
--- 295,299 ----
# small chance this might change but hopefully not
my @annot = $seq->annotation->get_Annotations('dblink');
! cmp_ok(scalar(@annot), '>', 31); # changed 16-Aug-06
is $annot[0]->database, 'swissprot';
is $annot[0]->primary_id, '2AAA_YEAST';
More information about the Bioperl-guts-l
mailing list