From: Daniel Wagner <[email protected]> Hi,
This version has now updated the session* patches. And I have to admit that the unit tests are helping to find stupid bugs. If you are planning to send patches for the session code, I will insist on passing unit tests first! :) cheers, daniel Daniel Wagner (12): unit: Use D-Bus watch for testing ConnMan running unit: Add PropertyChanged watch for Manager unit: Add manager state callback unit: Fix connect disconnect test service: Wait for pending service disconnect service: Extend debug message for session refcounting session: Handle configure state session: Change is_connected to is_online session: Split test_and_disconnect() session: Move code session: Disconnect on destroy if needed session: Track reason on a session level src/connman.h | 4 +- src/manager.c | 9 ++- src/service.c | 66 +++++++++++++--- src/session.c | 219 ++++++++++++++++++++++++++++++++------------------ unit/manager-api.c | 73 +++++++++++++++++ unit/test-connman.h | 13 +++- unit/test-session.c | 138 +++++++++++++++++++++----------- unit/utils.c | 75 +++++++++++++++++ 8 files changed, 454 insertions(+), 143 deletions(-) -- 1.7.6 _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
