[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. 0d8711ce07e4e3d232659952c1adffdd6b6065aa

Evergreen Git git at git.evergreen-ils.org
Fri Jul 13 09:57:01 EDT 2018


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_3_1 has been updated
       via  0d8711ce07e4e3d232659952c1adffdd6b6065aa (commit)
      from  bea01daf41459afa245a1c28a4aea1df9781cf06 (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 0d8711ce07e4e3d232659952c1adffdd6b6065aa
Author: Mike Rylander <mrylander at gmail.com>
Date:   Fri Jul 13 09:56:13 2018 -0400

    Fix quote nesting issue in TAP test
    
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/src/sql/Pg/t/regress/lp1773452_copy_state_post_checkin.pg b/Open-ILS/src/sql/Pg/t/regress/lp1773452_copy_state_post_checkin.pg
index 6a6f2e8..c6cbac3 100644
--- a/Open-ILS/src/sql/Pg/t/regress/lp1773452_copy_state_post_checkin.pg
+++ b/Open-ILS/src/sql/Pg/t/regress/lp1773452_copy_state_post_checkin.pg
@@ -10,11 +10,11 @@ INSERT INTO action.circulation (id,usr,target_copy,circ_lib,circ_staff,renewal_r
   VALUES (8765309,1,8765309,1,1,0,
     1,1,1,'LONGOVERDUE','0 hours');
 
-SELECT is(asset.copy_state(8765309),'LONGOVERDUE', 'Copy state is LONGOVERDUE when stop_fines='LONGOVERDUE' and checkin_time is null');
+SELECT is(asset.copy_state(8765309),'LONGOVERDUE', 'Copy state is LONGOVERDUE when stop_fines is LONGOVERDUE and checkin_time is null.');
 
 -- Our long overdue item has returned!
 UPDATE action.circulation SET checkin_time=now() WHERE id=8765309;
 
-SELECT is(asset.copy_state(8765309),'NORMAL', 'Copy state is NORMAL when stop_fines='LONGOVERDUE' and checkin_time is not null');
+SELECT is(asset.copy_state(8765309),'NORMAL', 'Copy state is NORMAL when stop_fines is LONGOVERDUE and checkin_time is not null.');
 
 ROLLBACK;

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

Summary of changes:
 .../t/regress/lp1773452_copy_state_post_checkin.pg |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list