[open-ils-commits] [GIT] Evergreen ILS branch rel_3_5 updated. b3a6dea2a5a8deb9cc1f059aa5ff9499b121fc90

Evergreen Git git at git.evergreen-ils.org
Wed Apr 29 13:49:39 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_5 has been updated
       via  b3a6dea2a5a8deb9cc1f059aa5ff9499b121fc90 (commit)
      from  f0386a92b08e4f3e1f95557c0b5111a7fa20c639 (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 b3a6dea2a5a8deb9cc1f059aa5ff9499b121fc90
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