mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Add an GTestFatalFunc which can examine a list of error conditions and suppress those messages and prevent their exiting while passing through any unexpected errors. Rename test_silent_logger to test_null_handler and change it to a GTestFatalFunc (it can still be used as a GLogFunc). Rename test_handle_faults to test_checked_handler and improve its flow and message display. It no longer asserts on a bad match. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21668 57a11ea4-9604-0410-9ed3-97b8803252fd
This directory contains the source for GnuCash. See README.modules for the layout of the module subdirectories. The non-module directories are: doc: various notes about design and the design documentation. experimental: for experimental systems. gnome: misc code for the gtk/gnome front end. optional: bits supported via ./configure --enable-* or --with-* args. pixmaps: various runtime images. quotes: code for downloading stock quotes. scm: misc scheme code.