[open-ils-commits] [GIT] Evergreen ILS branch master updated. 7a66de5cc4036d3c153954292176d61b70ebd17f
Evergreen Git
git at git.evergreen-ils.org
Wed Apr 29 13:49:27 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, master has been updated
via 7a66de5cc4036d3c153954292176d61b70ebd17f (commit)
from 9a1cec8e59b6fbf64dc625d750c5531489ea03bf (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 7a66de5cc4036d3c153954292176d61b70ebd17f
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