[test-owner-report] add plain stylesheet

test-owner-report (or any other report test) requires a stylesheet to
render html properly. It was removed accidentally in 6d75be3b.
This commit is contained in:
Christopher Lam 2019-09-15 12:58:21 +08:00
parent 401dd3db64
commit ecbc4864de

View File

@ -3,6 +3,7 @@
(use-modules (tests test-engine-extras))
(use-modules (gnucash reports standard owner-report))
(use-modules (gnucash reports standard job-report))
(use-modules (gnucash report stylesheets plain))
(use-modules (gnucash report))
(use-modules (tests test-report-extras))
(use-modules (srfi srfi-1))