From: Jason Boyer Date: Fri, 24 Sep 2021 11:49:05 +0000 (-0400) Subject: LP1174498: Remove debugging lines from pgtap test X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4c7254da5b9261bbd656f5251fbd9d3aa1975c6c;p=working%2FEvergreen.git LP1174498: Remove debugging lines from pgtap test Helpful to see what's going on, but not a good idea to have lying around normally. Signed-off-by: Jason Boyer --- diff --git a/Open-ILS/src/sql/Pg/t/lp1174498-mmpbt-verification.pg b/Open-ILS/src/sql/Pg/t/lp1174498-mmpbt-verification.pg index 0251a46152..ca950c357b 100644 --- a/Open-ILS/src/sql/Pg/t/lp1174498-mmpbt-verification.pg +++ b/Open-ILS/src/sql/Pg/t/lp1174498-mmpbt-verification.pg @@ -232,19 +232,6 @@ SELECT is( (SELECT COUNT(DISTINCT payment) FROM money.:"mmpbt" WHERE xact = :id) SELECT ok( (SELECT total_paid FROM money.:"mbxs" WHERE id = :id) = (SELECT SUM(amount) FROM money.:"mmpbt" WHERE xact = :id), 'correct amount'); --- DEBUGGERY -\o mmpbt_out -\t -\a -SELECT * FROM money.:"mmpbt" WHERE xact = :id; -SELECT ''; -SELECT * FROM money.billing WHERE xact = :id; -SELECT ''; -SELECT * FROM money.bnm_payment_view WHERE xact = :id; -\a -\t -\o - -- BANANAS -- You can't realistically cause some of these situations in the client,