GNOME Bugzilla – Bug 724385
gtestutils: make the new assert messages more detailed
Last modified: 2014-02-17 16:33:55 UTC
g_assert_true(), g_assert_false(), g_assert_null(), and g_assert_nonnull() simply printed out the expression they were checking, without any further explanation of what went wrong. (In particular, "g_assert_true(x)" and "g_assert_false(x)" would both print the same thing on failure.) Add a little bit more context.
Created attachment 269149 [details] [review] gtestutils: make the new assert messages more detailed
Review of attachment 269149 [details] [review]: looks good to me.
Attachment 269149 [details] pushed as 5a44786 - gtestutils: make the new assert messages more detailed