mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -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"))
|
(income (account-lookup "Income"))
|
||||||
(bank (account-lookup "Bank"))
|
(bank (account-lookup "Bank"))
|
||||||
(gbp-bank (account-lookup "GBP Bank")))
|
(gbp-bank (account-lookup "GBP Bank")))
|
||||||
|
|
||||||
|
;; deprecated:
|
||||||
(test-equal "gnc:account-get-balance-at-date 1/1/2001 incl children"
|
(test-equal "gnc:account-get-balance-at-date 1/1/2001 incl children"
|
||||||
2301
|
2301
|
||||||
(gnc:account-get-balance-at-date asset (gnc-dmy2time64 01 01 2001) #t))
|
(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"
|
(test-equal "gnc:account-get-balance-at-date 1/1/2001 excl children"
|
||||||
15
|
15
|
||||||
(gnc:account-get-balance-at-date asset (gnc-dmy2time64 01 01 2001) #f))
|
(gnc:account-get-balance-at-date asset (gnc-dmy2time64 01 01 2001) #f))
|
||||||
|
Loading…
Reference in New Issue
Block a user