From: Bill Erickson Date: Wed, 29 Apr 2020 14:14:34 +0000 (-0400) Subject: LP1858448 Aged money pgtap test repair X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7a66de5cc4036d3c153954292176d61b70ebd17f;p=working%2FEvergreen.git 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 Signed-off-by: Jason Stephenson --- 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);