[omd-commits] OMD Git: omd: tests: adjusted number of tests
git version control
git at mathias-kettner.de
Fri May 6 19:32:38 CEST 2011
Module: omd
Branch: master
Commit: 3dd890d34821b0428741697023ab41bfc50e2edb
URL: http://omdistro.org/projects/omd/repository/revisions/3dd890d34821b0428741697023ab41bfc50e2edb
Author: Sven Nierlein <sven at nierlein.de>
Date: Fri May 6 16:58:27 2011 +0200
Commiter: Sven Nierlein <sven at nierlein.de>
Date: Fri May 6 16:58:27 2011 +0200
tests: adjusted number of tests
---
t/20-package_perl-modules.t | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/t/20-package_perl-modules.t b/t/20-package_perl-modules.t
index 0626153..7cf69d1 100644
--- a/t/20-package_perl-modules.t
+++ b/t/20-package_perl-modules.t
@@ -12,7 +12,7 @@ BEGIN {
use lib "$FindBin::Bin/lib/lib/perl5";
}
-plan( tests => 563 );
+plan( tests => 599 );
##################################################
# create our test site
@@ -36,9 +36,8 @@ for my $tarball (glob("packages/perl-modules/src/*.gz")) {
$tarball =~ s/^.*\///gmx;
$tarball =~ s/\-([0-9\.]+)(\.[\w\d]*)*\.tar\.gz//gmx;
my $version = $1;
- print STDERR $version,"\n":
+
$tarball =~ s/\-/::/gmx;
- my $check = "use $tarball $version";
if($tarball eq 'Scalar::List::Utils') { $tarball = 'List::Util::XS'; }
elsif($tarball eq 'libwww::perl') { $tarball = 'LWP'; }
elsif($tarball eq 'Module::Install') { $tarball = 'inc::Module::Install'; }
@@ -51,6 +50,7 @@ for my $tarball (glob("packages/perl-modules/src/*.gz")) {
elsif($tarball eq 'Package::DeprecationManager') { $version .= ' -deprecations => { blah => foo }'; }
elsif($tarball eq 'DBD::Oracle') { next; }
elsif($tarball eq 'Test::NoWarnings') { next; }
+
my $check = "use $tarball";
# Use with version doesnt work here, because of weird version numbers
$check .= " $version" unless $tarball =~ /^(Math::BaseCnv|XML::Tidy)$/;
More information about the omd-commits
mailing list