[test-stress-options] add budget to test book

the populated book has a budget. this enables more thorough testing of
budget reports.
pull/587/head
Christopher Lam 7 years ago
parent c6195d6e7a
commit d47e49c230

@ -264,7 +264,9 @@
optionslist))
(define (tests)
(run-tests "with empty book")
(create-test-data)
;; (run-tests "with empty book")
(let ((env (create-test-env))
(account-alist (create-test-data)))
(gnc:create-budget-and-transactions env account-alist))
(create-test-invoice-data)
(run-tests "on a populated book"))

Loading…
Cancel
Save