gnucash/libgnucash/engine/mocks
Richard Cohen 66c5e398ae Change g_assert() -> g_assert_true() in tests
g_assert() can be compiled out, so should not be used for tests

g_assert_true was removed
to fis https://bugs.gnucash.org/show_bug.cgi?id=792008 because
g_assert_true was introduced in glib-2.38 and at the time GnuCash required
only glib-2.26. GnuCash has required glib >= 2.40 since 8acbc41c6 so
g_assert_true can be restored.
2023-07-16 10:09:12 -07:00
..
CMakeLists.txt Echo into CMakeLists.txt rename of gmock-qofqury to fake-qofquery. 2020-12-13 11:52:32 -08:00
fake-qofquery.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
fake-qofquery.h Don't use extern "C" around #includes 2023-03-03 18:55:42 +00:00
gmock-Account.cpp Bug 796955 - Import CSV - Single-line two-currency transactions can't be imported 2023-02-04 18:56:02 +01:00
gmock-Account.h Bug 796955 - Import CSV - Single-line two-currency transactions can't be imported 2023-02-04 18:56:02 +01:00
gmock-gobject.h Change g_assert() -> g_assert_true() in tests 2023-07-16 10:09:12 -07:00
gmock-qofbook.cpp Remove extra semicolons 2023-01-24 13:22:18 +00:00
gmock-qofbook.h Relax runtime type checks 2020-09-22 22:52:37 +02:00
gmock-qofinstance.cpp Remove extra semicolons 2023-01-24 13:22:18 +00:00
gmock-Split.cpp Fix test for import-backend 2023-02-23 12:33:31 +01:00
gmock-Split.h Don't use extern "C" around #includes 2023-03-03 18:55:42 +00:00
gmock-Transaction.cpp Bug 796955 - Import CSV - Single-line two-currency transactions can't be imported 2023-02-04 18:56:02 +01:00
gmock-Transaction.h Don't use extern "C" around #includes 2023-03-03 18:55:42 +00:00