Skip to content

Commit

Permalink
compute tests count
Browse files Browse the repository at this point in the history
  • Loading branch information
guillomovitch committed May 15, 2012
1 parent b86d97c commit abdce50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/inventory/linux/storages/lsilogic.t
Expand Up @@ -5,8 +5,6 @@ use warnings;
use FusionInventory::Agent::Task::Inventory::Input::Linux::Storages::Lsilogic;
use Test::More;

plan tests => 2;

my %tests = (
sample1 => {
name => 'foo',
Expand Down Expand Up @@ -100,6 +98,8 @@ my %tests = (
}
);

plan tests => scalar keys %tests;

foreach my $test (keys %tests) {
my $file = "resources/linux/mpt-status/$test";
my @disks = FusionInventory::Agent::Task::Inventory::Input::Linux::Storages::Lsilogic::_getDiskFromMptStatus(
Expand Down

0 comments on commit abdce50

Please sign in to comment.