Skip to content

Commit

Permalink
s/wildcare/wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
guillomovitch committed Oct 10, 2012
1 parent 245cb58 commit 3e4561b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions t/inventory/windows/registry.t
Expand Up @@ -62,8 +62,8 @@ ok($data[0]->{entry}{NAME} eq 'CurrentVersion', "unique entry: NAME");
}
);

ok(@data > 4, "Wildcare test");
ok($data[0]->{entry}{REGVALUE}, "Wildcare test: REGVALUE");
ok($data[0]->{entry}{NAME} eq 'ProductID', "Wildcare test NAME (1/3)");
ok($data[1]->{entry}{NAME} eq 'CurrentVersion', "Wildcare test NAME (2/3)");
ok($data[2]->{entry}{NAME} eq 'CurrentVersion', "Wildcare test NAME (3/3)");
ok(@data > 4, "Wildcard test");
ok($data[0]->{entry}{REGVALUE}, "Wildcard test: REGVALUE");
ok($data[0]->{entry}{NAME} eq 'ProductID', "Wildcard test NAME (1/3)");
ok($data[1]->{entry}{NAME} eq 'CurrentVersion', "Wildcard test NAME (2/3)");
ok($data[2]->{entry}{NAME} eq 'CurrentVersion', "Wildcard test NAME (3/3)");

0 comments on commit 3e4561b

Please sign in to comment.