[librest/wip/teuf/fixes: 7/10] fixup! tests/threaded: Use GTest
- From: Christophe Fergeau <teuf src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librest/wip/teuf/fixes: 7/10] fixup! tests/threaded: Use GTest
- Date: Tue, 19 Jul 2016 12:25:35 +0000 (UTC)
commit b3fc75d4c10da894ff12cbcdbcb218e2044c71e1
Author: Christophe Fergeau <cfergeau redhat com>
Date: Tue Jul 19 14:24:21 2016 +0200
fixup! tests/threaded: Use GTest
tests/threaded.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/threaded.c b/tests/threaded.c
index 73316c7..a251900 100644
--- a/tests/threaded.c
+++ b/tests/threaded.c
@@ -87,7 +87,7 @@ static void ping ()
GSList *uris;
server = soup_server_new (NULL);
- soup_server_listen_all (server, 0, 0, &error);
+ soup_server_listen_local (server, 0, 0, &error);
g_assert_no_error (error);
soup_server_add_handler (server, "/ping", server_callback,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]