Skip to content

Stop using g_assert() in unit tests

Niels De Graef requested to merge wip/nielsdg/g-assert into master

Apart from having more developer-friendly messages if the assertions go wrong, it also prevents the assertions not being run if G_DISABLE_ASSERT is defined (e.g. for performance reasons).

Merge request reports