gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Fri Feb 22 10:36:26 EST 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/102a357c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/09e0e02a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f92b9459 (commit)
	from  https://github.com/Gnucash/gnucash/commit/609bd48a (commit)



commit 102a357cfebb88983ecb9dd63c6116a31562a9b4
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Feb 22 15:03:08 2019 +0800

    [test-register] basic test for register.scm

commit 09e0e02a75c29280a505d175b3c1e2ee92f4baa3
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Feb 22 14:31:27 2019 +0800

    [test-extras] abstract test-data skeleton

commit f92b9459baaf1260c257ea63b5111004fd31f133
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Feb 22 13:50:46 2019 +0800

    [tests] encapsulate tests with (test-begin/end)
    
    this ensures that any test failures will return #f as appropriate.



Summary of changes:
 .../report/standard-reports/test/CMakeLists.txt    |   1 +
 .../report/standard-reports/test/test-register.scm | 135 +++++++++++++++++++++
 .../test/test-standard-category-report.scm         |   4 +-
 .../test/test-standard-net-barchart.scm            |   4 +-
 .../test/test-standard-net-linechart.scm           |   4 +-
 libgnucash/engine/test/test-extras.scm             | 118 ++++++++++++++++--
 6 files changed, 253 insertions(+), 13 deletions(-)
 create mode 100644 gnucash/report/standard-reports/test/test-register.scm



More information about the gnucash-patches mailing list