Add comments to test file.
authorJason Stephenson <jason@sigio.com>
Sun, 5 Aug 2018 13:51:15 +0000 (09:51 -0400)
committerJason Stephenson <jason@sigio.com>
Fri, 26 Oct 2018 23:04:56 +0000 (19:04 -0400)
Open-ILS/src/perlmods/live_t/zz-lp1779467-mark-item-discard.t

index 4979a40..08f99b1 100644 (file)
@@ -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.