X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=installcheck%2Famlabel.pl;h=dea6ea334f60d9d8bc494fbcaf8bcd032f878851;hb=441dd72d27c13b97098a519388e6c194b16519f0;hp=791f232b083dd65eeebc0093086199086b30a850;hpb=cd0b924f27312d57bd42f6c4fae2b795139e2d0b;p=debian%2Famanda diff --git a/installcheck/amlabel.pl b/installcheck/amlabel.pl index 791f232..dea6ea3 100644 --- a/installcheck/amlabel.pl +++ b/installcheck/amlabel.pl @@ -1,4 +1,4 @@ -# Copyright (c) 2009, 2010 Zmanda, Inc. All Rights Reserved. +# Copyright (c) 2009-2012 Zmanda, Inc. All Rights Reserved. # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 as published @@ -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',