gnucash maint: [test-stress-options] reinstate test empty book

Christopher Lam clam at code.gnucash.org
Thu Oct 3 01:29:31 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/315bbb5d (commit)
	from  https://github.com/Gnucash/gnucash/commit/d47e49c2 (commit)



commit 315bbb5d0539d7d911b867b2eac8406f8d3e4484
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu Oct 3 13:02:08 2019 +0800

    [test-stress-options] reinstate test empty book
    
    d47e49c23 had disabled testing empty book in error.

diff --git a/gnucash/report/standard-reports/test/test-stress-options.scm b/gnucash/report/standard-reports/test/test-stress-options.scm
index 26110ca76..0a4925ebf 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))



Summary of changes:
 gnucash/report/standard-reports/test/test-stress-options.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list