[Bioperl-guts-l] bioperl-live/t DBCUTG.t,1.14,1.15
Heikki Lehvaslaiho
heikki at pub.open-bio.org
Wed Jul 13 08:26:49 EDT 2005
Update of /home/repository/bioperl/bioperl-live/t
In directory pub.open-bio.org:/tmp/cvs-serv19286
Modified Files:
DBCUTG.t
Log Message:
removed duplicate 'my'
Index: DBCUTG.t
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/t/DBCUTG.t,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** DBCUTG.t 29 Jun 2005 10:15:53 -0000 1.14
--- DBCUTG.t 13 Jul 2005 12:26:46 -0000 1.15
***************
*** 95,99 ****
## should default to human...
my $db2 = Bio::DB::CUTG->new();
! ok my $cut2 = $db2->get_request(-sp =>'Wookie magnus');
ok $cut2->species(), 'Homo sapiens';
ok 1 ;
--- 95,99 ----
## should default to human...
my $db2 = Bio::DB::CUTG->new();
! ok $cut2 = $db2->get_request(-sp =>'Wookie magnus');
ok $cut2->species(), 'Homo sapiens';
ok 1 ;
More information about the Bioperl-guts-l
mailing list