History log of /external/bluetooth/glib/tests/bookmarkfile-test.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5c53925ed08402549be0c306cd0544af209f8934 27-Sep-2008 Dan Winship <danw@src.gnome.org> 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
/external/bluetooth/glib/tests/bookmarkfile-test.c
cc37f43d1d635fa2494f35f17159199ea88d31d2 12-Jun-2006 Emmanuele Bassi <ebassi@cvs.gnome.org> Return a boolean instead of void.

2006-06-12 Emmanuele Bassi <ebassi@cvs.gnome.org>

* glib/gbookmarkfile.h:
* glib/gbookmarkfile.c (g_bookmark_file_remove_item): Return
a boolean instead of void.

* tests/bookmarkfile-test.c (test_modify): Add a test case
for g_bookmark_file_remove_item().
/external/bluetooth/glib/tests/bookmarkfile-test.c
9bf3a0fa5fd4fad7c8b44e6159f0c00b059266a4 27-Mar-2006 Emmanuele Bassi <ebassi@cvs.gnome.org> Add test suite for GBookmarkFile.

2006-03-27 Emmanuele Bassi <ebassi@cvs.gnome.org>

* tests/Makefile.am:
* tests/bookmarkfile-test.c:
* tests/run-bookmark-test.sh:
* tests/bookmarks/*.xbel: Add test suite for GBookmarkFile.
/external/bluetooth/glib/tests/bookmarkfile-test.c