mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-30 20:54:08 -06:00
[test-report-utilities] mark gnc:account-get-balance-at-date obsolete
This commit is contained in:
parent
4f0e9a5168
commit
6f5be2a473
@ -293,10 +293,13 @@
|
||||
(income (account-lookup "Income"))
|
||||
(bank (account-lookup "Bank"))
|
||||
(gbp-bank (account-lookup "GBP Bank")))
|
||||
|
||||
;; deprecated:
|
||||
(test-equal "gnc:account-get-balance-at-date 1/1/2001 incl children"
|
||||
2301
|
||||
(gnc:account-get-balance-at-date asset (gnc-dmy2time64 01 01 2001) #t))
|
||||
|
||||
;; deprecated:
|
||||
(test-equal "gnc:account-get-balance-at-date 1/1/2001 excl children"
|
||||
15
|
||||
(gnc:account-get-balance-at-date asset (gnc-dmy2time64 01 01 2001) #f))
|
||||
|
Loading…
Reference in New Issue
Block a user