Skip to content

Commit

Permalink
requires not required
Browse files Browse the repository at this point in the history
svn path=/bioperl-run/trunk/; revision=15320
  • Loading branch information
cjfields committed Jan 8, 2009
1 parent 1b07b8d commit b042f0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion t/DBA.t
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ my @params = ('matchA' => 0.75, 'matchB' => '0.55','dymem'=>'linear');
my $factory = Bio::Tools::Run::Alignment::DBA->new(@params);

SKIP: {
test_skip(-required_executable => $factory,
test_skip(-requires_executable => $factory,
-tests => 14);

isa_ok $factory,'Bio::Tools::Run::Alignment::DBA';
Expand Down
2 changes: 1 addition & 1 deletion t/DrawGram.t
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SKIP: {
my @params = ('-verbose' => test_debug(),
'quiet' => 1);
my $treedraw = Bio::Tools::Run::Phylo::Phylip::DrawGram->new(@params);
test_skip(-required_executable => $treedraw,
test_skip(-requires_executable => $treedraw,
-tests => 4);

$treedraw->fontfile(test_input_file('fontfile'));
Expand Down
2 changes: 1 addition & 1 deletion t/DrawTree.t
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SKIP: {
my @params = ('-verbose' => 0,
'quiet' => 1);
my $treedraw = Bio::Tools::Run::Phylo::Phylip::DrawTree->new(@params);
test_skip(-required_executable => $treedraw,
test_skip(-requires_executable => $treedraw,
-tests => 4);

$treedraw->fontfile(test_input_file('fontfile'));
Expand Down

0 comments on commit b042f0c

Please sign in to comment.