[open-ils-commits] [GIT] Evergreen ILS branch master updated. 8adf1fe449e7b52efbc1a9e5dd9a8caba8c00316

Evergreen Git git at git.evergreen-ils.org
Thu Aug 11 10:13:01 EDT 2016


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  8adf1fe449e7b52efbc1a9e5dd9a8caba8c00316 (commit)
      from  552e5fa596efe53eaeb2d720981087ab8b10ca0a (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 8adf1fe449e7b52efbc1a9e5dd9a8caba8c00316
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Aug 11 08:20:34 2016 -0400

    LP#1612054: unbreak test case now that SSN is no longer an ID type
    
    The patch for bug 1566016 broke the live_t/17-lp1579225_new_patron_passwords.t
    test, as it used a patron ID type that is no longer in the seed
    data. This patch fixes the test.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Ben Shum <ben at evergreener.net>

diff --git a/Open-ILS/src/perlmods/live_t/17-lp1579225_new_patron_passwords.t b/Open-ILS/src/perlmods/live_t/17-lp1579225_new_patron_passwords.t
index 72ca889..879dfbf 100644
--- a/Open-ILS/src/perlmods/live_t/17-lp1579225_new_patron_passwords.t
+++ b/Open-ILS/src/perlmods/live_t/17-lp1579225_new_patron_passwords.t
@@ -35,7 +35,7 @@ $new_user->family_name('Doe');
 $new_user->first_given_name('Jane');
 $new_user->profile(2);
 $new_user->home_ou(4);
-$new_user->ident_type(2);
+$new_user->ident_type(1);
 $new_user->isnew(1);
 
 my $resp = $U->simplereq(

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

Summary of changes:
 .../live_t/17-lp1579225_new_patron_passwords.t     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list