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 "main Koha release repository".

The branch, master has been updated
       via  7507145a6ee7b56fb07fc28bc7d599638b3f4bf1 (commit)
       via  422ffc64060a44c4adeb86bb5325f0a4909f95be (commit)
      from  693249b3e384993094fdef33aab84813499833a5 (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 7507145a6ee7b56fb07fc28bc7d599638b3f4bf1
Author: Kyle M Hall <[email protected]>
Date:   Thu May 14 06:20:00 2015 -0400

    Bug 14200: GetNormalizedISBN failing to normalize valid ISBNs in some cases
    
    For some reason the regular expression used to split the multiple ISBN
    fields can fail which keeps Business::ISBN from being able to parse out
    and return a valid isbn. Using split() instead of the regex fixes the
    issue.
    
    Test Plan:
    1) Apply the unit test patch first
    2) prove t/Koha.t
    3) Note the failures
    4) Apply the second patch
    5) prove t/Koha.t
    6) Note all tests pass
    
    Signed-off-by: Kyle M Hall <[email protected]>
    Signed-off-by: Karen Bryant <[email protected]>
    Signed-off-by: Marcel de Rooy <[email protected]>
    Signed-off-by: Tomas Cohen Arazi <[email protected]>

commit 422ffc64060a44c4adeb86bb5325f0a4909f95be
Author: Kyle M Hall <[email protected]>
Date:   Thu May 14 06:19:39 2015 -0400

    Bug 14200: Regression tests
    
    Signed-off-by: Kyle M Hall <[email protected]>
    Signed-off-by: Karen Bryant <[email protected]>
    Signed-off-by: Marcel de Rooy <[email protected]>
    Signed-off-by: Tomas Cohen Arazi <[email protected]>

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

Summary of changes:
 C4/Koha.pm |    2 +-
 t/Koha.t   |   14 +++++++++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to