Summary: | test-stream-tube unit test fails since glib 2.31.x | ||
---|---|---|---|
Product: | Telepathy | Reporter: | Xavier Claessens <xclaesse> |
Component: | tp-glib | Assignee: | Telepathy bugs list <telepathy-bugs> |
Status: | RESOLVED FIXED | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | normal | ||
Priority: | medium | Keywords: | patch |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
URL: | http://cgit.collabora.com/git/user/xclaesse/telepathy-glib.git/log/?h=fix-ut | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Xavier Claessens
2012-01-16 03:59:06 UTC
Review of http://cgit.collabora.com/git/user/xclaesse/telepathy-glib.git/commit/?h=fix-ut&id=a8aaf76e128ee3a0dd393f7c8e4734f53fd27c41 You removed the FIXME in tests/lib/stream-tube-chan.c but didn't actually change the code. tp_unix_connection_receive_credentials_with_byte_async() shouldn't take the byte as an arg. Instead it should be returned by the _finish() function. The _async() methods are not documented and added to the doc. "make check" won't pass. client_socket_connected: remove the // comment service_incoming_cb() should wait for the byte being received before processing. Cool, that fixed the unit tests, I can sleep again :) + * @user_data: (closure): the data to pass to callback function "the data to pass to @callback" I'd add a receive_credentials_with_byte_data_new() to make things cleaner. Otherwise, looks good! Done and merged. Thanks. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.