gnucash stable: Fix merge errors from win32-tests.
John Ralls
jralls at code.gnucash.org
Fri Sep 12 22:31:21 EDT 2025
Updated via https://github.com/Gnucash/gnucash/commit/6b74812f (commit)
from https://github.com/Gnucash/gnucash/commit/0e48142f (commit)
commit 6b74812f2ba71c71aa624775040b3f20f1e9a8ed
Author: John Ralls <jralls at ceridwen.us>
Date: Fri Sep 12 19:31:09 2025 -0700
Fix merge errors from win32-tests.
diff --git a/gnucash/report/reports/standard/test/test-balsheet-pnl.scm b/gnucash/report/reports/standard/test/test-balsheet-pnl.scm
index 8c5f51d518..64428a09e9 100644
--- a/gnucash/report/reports/standard/test/test-balsheet-pnl.scm
+++ b/gnucash/report/reports/standard/test/test-balsheet-pnl.scm
@@ -602,15 +602,15 @@
(let ((sxml (options->sxml multicol-pnl-uuid multi-bs-options
"multicol-pnl-halfyear")))
(test-equal "pnl-1/80"
- '("1980-01-01" " to 01/31/80" "$1,100.00" "$250.00" "$850.00" "#500.00 "
+ '("1980-01-01" " to 1980-01-31" "$1,100.00" "$250.00" "$850.00" "#500.00 "
"$1,100.00" "#1.00 $1.70")
(sxml->table-row-col sxml 1 #f 2))
(test-equal "pnl-2/80"
- '("1980-02-01" " to 02/29/80" "$170.00" "$0.00" "$170.00" "#100.00 "
+ '("1980-02-01" " to 1980-02-29" "$170.00" "$0.00" "$170.00" "#100.00 "
"$170.00" "#1.00 $1.70")
(sxml->table-row-col sxml 1 #f 3))
(test-equal "pnl-3/80"
- '("1980-03-01" " to 03/31/80" "$0.00" "$0.00" "$0.00" "#0.00 "
+ '("1980-03-01" " to 1980-03-31" "$0.00" "$0.00" "$0.00" "#0.00 "
"$0.00" "#1.00 $1.70")
(sxml->table-row-col sxml 1 #f 4)))
Summary of changes:
gnucash/report/reports/standard/test/test-balsheet-pnl.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
More information about the gnucash-changes
mailing list