[Bioperl-guts-l] bioperl-live/t StandAloneBlast.t,1.28,1.29
Brian Osborne
bosborne at dev.open-bio.org
Thu Dec 7 14:31:02 EST 2006
Update of /home/repository/bioperl/bioperl-live/t
In directory dev.open-bio.org:/tmp/cvs-serv30593/t
Modified Files:
StandAloneBlast.t
Log Message:
Dashed parameters
Index: StandAloneBlast.t
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/t/StandAloneBlast.t,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** StandAloneBlast.t 28 Jun 2006 16:45:18 -0000 1.28
--- StandAloneBlast.t 7 Dec 2006 19:31:00 -0000 1.29
***************
*** 5,9 ****
use strict;
! use constant NUMTESTS => 32;
BEGIN {
eval { require Test; };
--- 5,9 ----
use strict;
! use constant NUMTESTS => 33;
BEGIN {
eval { require Test; };
***************
*** 187,193 ****
}
! __END__
!
!
$factory = Bio::Tools::Run::StandAloneBlast->new(
-verbose => $verbose,
--- 187,191 ----
}
! # "dashed parameters"
$factory = Bio::Tools::Run::StandAloneBlast->new(
-verbose => $verbose,
More information about the Bioperl-guts-l
mailing list