Skip to content

gck: Don't use g_assert() in tests

Niels De Graef requested to merge wip/nielsdg/gck-no-more-g-assert-in-tests into master

g_assert() can be (accidentally) disabled if someone uses G_DISABLE_ASSERT when compiling gcr, so that renders most tests useless. As a nice side effect, we get better error report when something goes wrong in a test.

Merge request reports