Bug 37818: (follow-up) Remove failing XXX tests from Installer.t
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
23b00bdc06
commit
ea17ce2ffa
1 changed files with 1 additions and 3 deletions
|
@ -99,13 +99,11 @@ subtest 'needs_update' => sub {
|
|||
};
|
||||
|
||||
subtest 'TransformToNum' => sub {
|
||||
plan tests => 5;
|
||||
plan tests => 3;
|
||||
|
||||
my %test_cases = (
|
||||
'20.05.01.000' => '20.0501000',
|
||||
'19.11.02.XXX' => '19.1102999',
|
||||
'21.06.00.003' => '21.0600003',
|
||||
'18.05.02.XXX' => '18.0502999',
|
||||
'22.11.01.123' => '22.1101123',
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue