[open-ils-commits] [GIT] Evergreen ILS branch master updated. 437550e7b8343dd4c23c241f83488455be745724

Evergreen Git git at git.evergreen-ils.org
Wed Jul 29 10:52:37 EDT 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  437550e7b8343dd4c23c241f83488455be745724 (commit)
      from  8cd6c48d15c1f8473ca60f012a33d9c0554f7bf1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 437550e7b8343dd4c23c241f83488455be745724
Author: Dan Wells <dbw2 at calvin.edu>
Date:   Wed Jul 29 10:48:28 2015 -0400

    LP 1198465: Add missing util function for tests
    
    do_checkin_override() is needed for the new tests, but was missing
    from the branch.
    
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>
    Signed-off-by: Remington Steed <rjs7 at calvin.edu>

diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Utils/TestUtils.pm b/Open-ILS/src/perlmods/lib/OpenILS/Utils/TestUtils.pm
index c98f39d..443857c 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Utils/TestUtils.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Utils/TestUtils.pm
@@ -33,4 +33,12 @@ sub do_checkin {
     return $resp;
 }
 
+sub do_checkin_override {
+    my ($self,$args) = (shift,shift);
+    my $resp = $apputils->simplereq(
+        'open-ils.circ',
+        'open-ils.circ.checkin.override', $self->authtoken, $args );
+    return $resp;
+}
+
 1;

-----------------------------------------------------------------------

Summary of changes:
 .../src/perlmods/lib/OpenILS/Utils/TestUtils.pm    |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list