From: Daniel Wagner <[email protected]>

Hi,

I have done some more work on this patch series. I have squashed
everything together into one patch for now. In the end I'll split it
again for better review. So consider this one just as 'still alive'
version :)

cheers,
daniel

v2: - redone most parts of the unit test framework
    - support not only session unit test cases
    - moving "helper" code into utils.c
    - handling notification

v1: - dbus_message_unref messages
    - store session_path
    - refactor test_session_init/cleanup -> 
helper_session_create/init/cleanup/destroy
    - use helper_ prefix to destiguish between tests and helper functions
    - enable timeout wrapper
    - listen on system bus for notifications instead of session bus
    - add session connect/disconnect (not finished yet)
    - refactoring

v0: - initial version

Daniel Wagner (2):
  unit: Add test-session
  unit: Add manager and session unit test

 Makefile.am         |   11 ++-
 unit/manager-api.c  |  189 ++++++++++++++++++++++++
 unit/session-api.c  |  406 +++++++++++++++++++++++++++++++++++++++++++++++++++
 unit/test-connman.h |  146 ++++++++++++++++++
 unit/test-session.c |  344 +++++++++++++++++++++++++++++++++++++++++++
 unit/utils.c        |  183 +++++++++++++++++++++++
 6 files changed, 1278 insertions(+), 1 deletions(-)
 create mode 100644 unit/manager-api.c
 create mode 100644 unit/session-api.c
 create mode 100644 unit/test-connman.h
 create mode 100644 unit/test-session.c
 create mode 100644 unit/utils.c

-- 
1.7.4.4

_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to