mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
Bug 553447 $(Q#|(B g_assert_no_error()
* glib/gtestutils.h (g_assert_no_error, g_assert_error): Macros to assert that a GError is not set, or else is set to a particular error. * glib/gtestutils.c (g_assertion_message_error): utility for those macros * glib/tests/keyfile.c: * tests/asyncqueue-test.c: * tests/bookmarkfile-test.c: * tests/convert-test.c: * tests/file-test.c: Use g_assert_error/g_assert_no_error svn path=/trunk/; revision=7555
This commit is contained in:
17
ChangeLog
17
ChangeLog
@@ -1,3 +1,20 @@
|
||||
2008-09-26 Dan Winship <danw@gnome.org>
|
||||
|
||||
Bug 553447 – g_assert_no_error()
|
||||
|
||||
* glib/gtestutils.h (g_assert_no_error, g_assert_error): Macros to
|
||||
assert that a GError is not set, or else is set to a particular
|
||||
error.
|
||||
|
||||
* glib/gtestutils.c (g_assertion_message_error): utility for
|
||||
those macros
|
||||
|
||||
* glib/tests/keyfile.c:
|
||||
* tests/asyncqueue-test.c:
|
||||
* tests/bookmarkfile-test.c:
|
||||
* tests/convert-test.c:
|
||||
* tests/file-test.c: Use g_assert_error/g_assert_no_error
|
||||
|
||||
2008-09-26 Dan Winship <danw@gnome.org>
|
||||
|
||||
* glib/gthreadpool.c (wakeup_thread_marker): make this a "const
|
||||
|
Reference in New Issue
Block a user