From 315bbb5d0539d7d911b867b2eac8406f8d3e4484 Mon Sep 17 00:00:00 2001 From: Christopher Lam Date: Thu, 3 Oct 2019 13:02:08 +0800 Subject: [PATCH] [test-stress-options] reinstate test empty book d47e49c23 had disabled testing empty book in error. --- gnucash/report/standard-reports/test/test-stress-options.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnucash/report/standard-reports/test/test-stress-options.scm b/gnucash/report/standard-reports/test/test-stress-options.scm index 26110ca76c..0a4925ebf1 100644 --- a/gnucash/report/standard-reports/test/test-stress-options.scm +++ b/gnucash/report/standard-reports/test/test-stress-options.scm @@ -264,7 +264,7 @@ optionslist)) (define (tests) - ;; (run-tests "with empty book") + (run-tests "with empty book") (let ((env (create-test-env)) (account-alist (create-test-data))) (gnc:create-budget-and-transactions env account-alist))