From: Jason Etheridge Date: Tue, 31 May 2022 09:48:42 +0000 (-0400) Subject: how to revert the hold test X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=77941c20c5316a4fb63ea9a5b7ac3c6af860e5c9;p=working%2FSIPServer.git how to revert the hold test Signed-off-by: Jason Etheridge --- diff --git a/t/07hold.t b/t/07hold.t index 2f531c3..fd31f54 100755 --- a/t/07hold.t +++ b/t/07hold.t @@ -224,4 +224,7 @@ push @tests, $test, $hold_count_test_template0; # Currently both SIP stacks only support one version of the Cancel Hold action, so let's test just that for now SIPtest::run_sip_tests(@tests[0,1,5]); +# Here's how to reverse the cancel for repeat runs of the test: +# update action.hold_request set cancel_time = null, cancel_cause = null where id = 2; + 1;