From b042f0c75a2707e2a7fa218a3717ab80befb03ca Mon Sep 17 00:00:00 2001 From: cjfields Date: Thu, 8 Jan 2009 05:52:44 +0000 Subject: [PATCH] requires not required svn path=/bioperl-run/trunk/; revision=15320 --- t/DBA.t | 2 +- t/DrawGram.t | 2 +- t/DrawTree.t | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/t/DBA.t b/t/DBA.t index 4d5e2c7..fd613bd 100644 --- a/t/DBA.t +++ b/t/DBA.t @@ -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'; diff --git a/t/DrawGram.t b/t/DrawGram.t index 00ac2a4..7467d84 100644 --- a/t/DrawGram.t +++ b/t/DrawGram.t @@ -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')); diff --git a/t/DrawTree.t b/t/DrawTree.t index 894c843..d185bd1 100644 --- a/t/DrawTree.t +++ b/t/DrawTree.t @@ -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')); -- 2.11.4.GIT