From f7e661b51b73ed9b7c3c69680c7fa5403ee6eb91 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Sun, 5 Aug 2018 09:51:15 -0400 Subject: [PATCH] Add comments to test file. --- Open-ILS/src/perlmods/live_t/zz-lp1779467-mark-item-discard.t | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.11.0