summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2008-02-19 22:53:58 +0000
committerTor Lillqvist <tml@src.gnome.org>2008-02-19 22:53:58 +0000
commit87d23f18ec4a91a7bd2f4db9ca94eaf78d062d3b (patch)
treefda9fb8ed95c580b5b0877040ef488eb1cc0ff27 /ChangeLog
parent121f43e54dfe7b0603fe78678b8dfd494e1b140d (diff)
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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 618208585..f246840bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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.
+
2008-02-17 Marco Barisione <marco@barisione.org>
* glib/gregex.c: (translate_compile_error), (g_regex_new): Avoid some