Change the g_error() to g_message() to avoid stopping on warnings. At
authorTor Lillqvist <tml@novell.com>
Tue, 19 Feb 2008 22:53:58 +0000 (22:53 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Tue, 19 Feb 2008 22:53:58 +0000 (22:53 +0000)
commit87d23f18ec4a91a7bd2f4db9ca94eaf78d062d3b
treefda9fb8ed95c580b5b0877040ef488eb1cc0ff27
parent121f43e54dfe7b0603fe78678b8dfd494e1b140d
Change the g_error() to g_message() to avoid stopping on warnings. At

2008-02-20  Tor Lillqvist  <tml@novell.com>

* glib/gtestutils.c (g_test_trap_fork) [Win32]: Change the
g_error() to g_message() to avoid stopping on warnings. At least
now testglib runs to completion and the old tests in it get
exercised even if the newfangled ones don't.
(g_test_trap_assertions) [Win32]: Bypass on Windows.

svn path=/trunk/; revision=6542
ChangeLog
glib/gtestutils.c