gnucash maint: [test-balsheet-pnl] there's a <hr> between income&exp and net-income
Christopher Lam
clam at code.gnucash.org
Thu Mar 24 21:05:36 EDT 2022
Updated via https://github.com/Gnucash/gnucash/commit/9cde35ae (commit)
from https://github.com/Gnucash/gnucash/commit/a3aa93e7 (commit)
commit 9cde35aed87ea09b245af9ecb00c385630e2178a
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Fri Mar 25 08:58:23 2022 +0800
[test-balsheet-pnl] there's a <hr> between income&exp and net-income
diff --git a/gnucash/report/reports/standard/test/test-balsheet-pnl.scm b/gnucash/report/reports/standard/test/test-balsheet-pnl.scm
index 02af288c1..e2d0489f6 100644
--- a/gnucash/report/reports/standard/test/test-balsheet-pnl.scm
+++ b/gnucash/report/reports/standard/test/test-balsheet-pnl.scm
@@ -431,7 +431,7 @@
sxml))
(test-equal "multilevel. net-income = $1,270"
(list "$1,270.00")
- ((sxpath '(// table // (tr 9) // (td 6) // *text*))
+ ((sxpath '(// table // (tr 10) // (td 6) // *text*))
sxml)))
;; set recursive-subtotal subtotal style
Summary of changes:
gnucash/report/reports/standard/test/test-balsheet-pnl.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list