From 4c7254da5b9261bbd656f5251fbd9d3aa1975c6c Mon Sep 17 00:00:00 2001 From: Jason Boyer Date: Fri, 24 Sep 2021 07:49:05 -0400 Subject: [PATCH] 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 --- Open-ILS/src/sql/Pg/t/lp1174498-mmpbt-verification.pg | 13 ------------- 1 file changed, 13 deletions(-) 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, -- 2.11.0