X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=installcheck%2Famlabel.pl;h=5326f0b8b3a56c2d0993468c6418de2c3a393a1c;hb=refs%2Ftags%2Fupstream%2F3.3.1;hp=791f232b083dd65eeebc0093086199086b30a850;hpb=cd0b924f27312d57bd42f6c4fae2b795139e2d0b;p=debian%2Famanda diff --git a/installcheck/amlabel.pl b/installcheck/amlabel.pl index 791f232..5326f0b 100644 --- a/installcheck/amlabel.pl +++ b/installcheck/amlabel.pl @@ -82,6 +82,7 @@ is_deeply($tl->{'tles'}->[0], { 'reuse' => 1, 'barcode' => undef, 'meta' => undef, + 'blocksize' => '32', 'comment' => undef, 'position' => 1, 'label' => 'TESTCONF92', @@ -145,6 +146,7 @@ is_deeply($tl->{'tles'}->[0], { 'reuse' => 1, 'barcode' => 'bar-01', 'meta' => 'meta-01', + 'blocksize' => undef, 'comment' => undef, 'position' => 1, 'label' => 'TESTCONF88', @@ -167,6 +169,7 @@ is_deeply($tl->{'tles'}->[0], { 'reuse' => 1, 'barcode' => undef, 'meta' => 'meta-01', + 'blocksize' => '32', 'comment' => undef, 'position' => 1, 'label' => 'TESTCONF01',