From: Jason Stephenson Date: Sun, 5 Aug 2018 13:51:15 +0000 (-0400) Subject: Add comments to test file. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f7e661b51b73ed9b7c3c69680c7fa5403ee6eb91;p=working%2FEvergreen.git Add comments to test file. --- diff --git a/Open-ILS/src/perlmods/live_t/zz-lp1779467-mark-item-discard.t b/Open-ILS/src/perlmods/live_t/zz-lp1779467-mark-item-discard.t index 4979a40ec9..08f99b1c3d 100644 --- a/Open-ILS/src/perlmods/live_t/zz-lp1779467-mark-item-discard.t +++ b/Open-ILS/src/perlmods/live_t/zz-lp1779467-mark-item-discard.t @@ -15,6 +15,7 @@ use constant { WORKSTATION => 'BR1-lp1779467-test-mark-item-discard' }; +# We are deliberately NOT using the admin user to check for a perm failure. my $credentials = { username => 'br1mtownsend', password => 'maryt1234', @@ -230,5 +231,8 @@ isa_ok( 'Second copy still has a circulation' ); +# We could add more tests for other conditions, i.e. a copy in transit +# and for marking other statuses. + # Logout $script->logout(); # Not a test, just to be pedantic.