[Telepathy] wocky tests / status
Diane Trout
diane at ghic.org
Sun Jan 10 22:50:50 PST 2016
> The tests I was most recently working on was there's a problem where the
> wocky-http-proxy-test is failing,
That appears to be due to needing to increase the priorty of wocky's http
proxy. Applying this change, makes wocky-http-proxy-test pass.
Diane
diff --git a/wocky/wocky-http-proxy.c b/wocky/wocky-http-proxy.c
index b79b6ad..6958de6 100644
--- a/wocky/wocky-http-proxy.c
+++ b/wocky/wocky-http-proxy.c
@@ -46,7 +46,7 @@ G_DEFINE_TYPE_WITH_CODE (WockyHttpProxy, wocky_http_proxy,
G_TYPE_OBJECT,
g_io_extension_point_register (G_PROXY_EXTENSION_POINT_NAME),
G_TYPE_PROXY);
g_io_extension_point_implement (G_PROXY_EXTENSION_POINT_NAME,
- g_define_type_id, "http", 0))
+ g_define_type_id, "http", 10))
static void
wocky_http_proxy_init (WockyHttpProxy *proxy)
More information about the telepathy
mailing list