X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/f7d51d3e6c5e9b16f688e2e9417f54aee64ed23a..7647d46:/SL/BackgroundJob/SelfTest.pm diff --git a/SL/BackgroundJob/SelfTest.pm b/SL/BackgroundJob/SelfTest.pm index 241a9952e..37a02eb94 100644 --- a/SL/BackgroundJob/SelfTest.pm +++ b/SL/BackgroundJob/SelfTest.pm @@ -37,6 +37,7 @@ sub setup { $self->config($::lx_office_conf{self_test} || {}); $self->tester(Test::Builder->new); + $self->tester->reset; # stupid Test::Builder mplementation uses class variables $self->aggreg(TAP::Parser::Aggregator->new); $self->modules(split /\s+/, $self->config->{modules}); @@ -173,12 +174,12 @@ __END__ =head1 NAME -SL::BackgroundJob::TelfTests - pluggable self testing +SL::BackgroundJob::SelfTest - pluggable self testing =head1 SYNOPSIS - use SL::BackgroundJob::SelfTests; - SL::BackgroundJob::SelfTests->new->run;; + use SL::BackgroundJob::SelfTest; + SL::BackgroundJob::SelfTest->new->run;; =head1 DESCRIPTION