[open-ils-commits] [GIT] Evergreen ILS branch rel_2_10 updated. 3df9e925090c1f65fb5e0733f3d8ca3eea5d702f

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, rel_2_10 has been updated
       via  3df9e925090c1f65fb5e0733f3d8ca3eea5d702f (commit)
      from  505d70f0a006a54dc3c8d16ba25affe07ad5c0ff (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 3df9e925090c1f65fb5e0733f3d8ca3eea5d702f
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