summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test-context.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/test-context.c b/tests/test-context.c
index 2dda7f7..12a9914 100644
--- a/tests/test-context.c
+++ b/tests/test-context.c
@@ -272,7 +272,7 @@ test_gupnp_context_error_when_bound ()
g_test_expect_message (
"gupnp-context",
G_LOG_LEVEL_WARNING,
- "*Unable to listen*Could not listen*Address already in use*");
+ "*Unable to listen*");
GUPnPContext *context = g_initable_new (GUPNP_TYPE_CONTEXT,
NULL,
&error,
@@ -300,8 +300,7 @@ test_gupnp_context_error_when_bound ()
g_test_expect_message ("gupnp-context",
G_LOG_LEVEL_WARNING,
- "*Unable to listen*Could not "
- "listen*Address already in use*");
+ "*Unable to listen*");
context = g_initable_new (GUPNP_TYPE_CONTEXT,
NULL,
&error,