[open-ils-commits] [GIT] Evergreen ILS branch rel_3_4 updated. 69cc68b095406b234343f8718d43df81b0f5f8dc

Evergreen Git git at git.evergreen-ils.org
Wed Apr 29 13:49:47 EDT 2020


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_4 has been updated
       via  69cc68b095406b234343f8718d43df81b0f5f8dc (commit)
      from  2606f184239ae9aa5fd177948826eb2b2e0fb084 (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 69cc68b095406b234343f8718d43df81b0f5f8dc
Author: Bill Erickson <berickxx at gmail.com>
Date:   Wed Apr 29 10:14:34 2020 -0400

    LP1858448 Aged money pgtap test repair
    
    Enable the "age money with circulations" setting in the original aged
    money pgtap test so the aged money it seeks may be created and found.
    
    Signed-off-by: Bill Erickson <berickxx at gmail.com>
    Signed-off-by: Jason Stephenson <jason at sigio.com>

diff --git a/Open-ILS/src/sql/Pg/live_t/lp1793802-aged-billings-payments.pg b/Open-ILS/src/sql/Pg/live_t/lp1793802-aged-billings-payments.pg
index cce5ce1abf..dc30230a2a 100644
--- a/Open-ILS/src/sql/Pg/live_t/lp1793802-aged-billings-payments.pg
+++ b/Open-ILS/src/sql/Pg/live_t/lp1793802-aged-billings-payments.pg
@@ -1,6 +1,10 @@
 -- Load the TAP functions.
 BEGIN;
 
+-- Activate "age money with circs" setting.
+UPDATE config.global_flag SET enabled = TRUE
+    WHERE name = 'history.money.age_with_circs';
+
 -- Plan the tests.
 SELECT plan(8);
 

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

Summary of changes:
 Open-ILS/src/sql/Pg/live_t/lp1793802-aged-billings-payments.pg | 4 ++++
 1 file changed, 4 insertions(+)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list