X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=installcheck%2FAmanda_Changer_disk.pl;h=2b6b3fb3e27b6c383f1389a82e29517ab6847ed2;hb=refs%2Ftags%2Fupstream%2F3.2.1;hp=993ee6f004390390b044b7577ac7597136da28db;hpb=b116e9366c7b2ea2c2eb53b0a13df4090e176235;p=debian%2Famanda diff --git a/installcheck/Amanda_Changer_disk.pl b/installcheck/Amanda_Changer_disk.pl index 993ee6f..2b6b3fb 100644 --- a/installcheck/Amanda_Changer_disk.pl +++ b/installcheck/Amanda_Changer_disk.pl @@ -392,15 +392,15 @@ Amanda::MainLoop::run(); is_deeply($inv, [ { slot => 1, state => Amanda::Changer::SLOT_FULL, - device_status => $DEVICE_STATUS_SUCCESS, + device_status => $DEVICE_STATUS_VOLUME_UNLABELED, f_type => $Amanda::Header::F_EMPTY, label => undef, reserved => 0, current => 1}, { slot => 2, state => Amanda::Changer::SLOT_FULL, - device_status => $DEVICE_STATUS_SUCCESS, + device_status => $DEVICE_STATUS_VOLUME_UNLABELED, f_type => $Amanda::Header::F_EMPTY, label => undef, reserved => 0 }, { slot => 3, state => Amanda::Changer::SLOT_FULL, - device_status => $DEVICE_STATUS_SUCCESS, + device_status => $DEVICE_STATUS_VOLUME_UNLABELED, f_type => $Amanda::Header::F_EMPTY, label => undef, reserved => 0 }, { slot => 4, state => Amanda::Changer::SLOT_FULL, @@ -408,7 +408,7 @@ Amanda::MainLoop::run(); f_type => $Amanda::Header::F_TAPESTART, label => "FOO?BAR", reserved => 0 }, { slot => 5, state => Amanda::Changer::SLOT_FULL, - device_status => $DEVICE_STATUS_SUCCESS, + device_status => $DEVICE_STATUS_VOLUME_UNLABELED, f_type => $Amanda::Header::F_EMPTY, label => undef, reserved => 0 }, ], "inventory finds the labeled tape");