mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
TP->T64: libgnucash/engine/test/test-split.scm
This commit is contained in:
parent
fefea400ce
commit
46c9fcc8f8
@ -12,7 +12,7 @@
|
||||
|
||||
(define (test-split-in-list?)
|
||||
(let* ((env (create-test-env))
|
||||
(today (gnc:date->timepair (gnc-localtime (current-time))))
|
||||
(today (current-time))
|
||||
(account-alist (env-create-test-accounts env))
|
||||
(bank-account (cdr (assoc "Bank" account-alist)))
|
||||
(expense-account (cdr (assoc "Expenses" account-alist)))
|
||||
|
Loading…
Reference in New Issue
Block a user