mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix spelling of xaccAccountGetType.
This commit is contained in:
parent
3949821da6
commit
11d395185c
@ -316,7 +316,7 @@ veritatis et quasi architecto beatae vitae dicta sunt, explicabo.")
|
||||
(gnc:make-account-list-option
|
||||
"foo" "bar" "a" "baz" (lambda () acctlist)
|
||||
(lambda (ac)
|
||||
(let ((type (xaccAccountGetAccountType ac)))
|
||||
(let ((type (xaccAccountGetType ac)))
|
||||
(or (eq type ACCT-TYPE-STOCK)
|
||||
(eq type ACCT-TYPE-BANK)))) #t))
|
||||
(test-equal "account list unchanged"
|
||||
@ -341,7 +341,7 @@ veritatis et quasi architecto beatae vitae dicta sunt, explicabo.")
|
||||
(gnc:make-account-sel-option
|
||||
"foo" "bar" "a" "baz" (lambda () '())
|
||||
(lambda (ac)
|
||||
(let ((type (xaccAccountGetAccountType ac)))
|
||||
(let ((type (xaccAccountGetType ac)))
|
||||
(or (eq type ACCT-TYPE-STOCK)
|
||||
(eq type ACCT-TYPE-BANK))))))
|
||||
(test-equal "account sel unchanged" test-unchanged-section-output-template
|
||||
|
Loading…
Reference in New Issue
Block a user