[glib] gmarkup test: fix use of message expect API
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] gmarkup test: fix use of message expect API
- Date: Mon, 20 Aug 2012 21:58:03 +0000 (UTC)
commit 850680d751812e3d7fbc4052a8c56ad90e20a3fa
Author: Ryan Lortie <desrt desrt ca>
Date: Mon Aug 20 17:57:13 2012 -0400
gmarkup test: fix use of message expect API
glib/tests/markup-collect.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/tests/markup-collect.c b/glib/tests/markup-collect.c
index 6c88a93..9030e5d 100644
--- a/glib/tests/markup-collect.c
+++ b/glib/tests/markup-collect.c
@@ -247,7 +247,7 @@ test_cleanup (void)
g_markup_parse_context_parse (context, XML, -1, NULL);
g_test_expect_message (G_LOG_DOMAIN, G_LOG_LEVEL_CRITICAL,
- "assertion `context->state != STATE_ERROR' failed");
+ "g_markup_parse_context_end_parse: assertion `context->state != STATE_ERROR' failed");
g_markup_parse_context_end_parse (context, NULL);
g_test_assert_expected_messages ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]