Commit Graph

13 Commits

Author SHA1 Message Date
Szymon Janc
166ef636d7 unit: Fix removing invalid source in test-hfp
Since GLib 2.39 calling g_source_remove on already removed source
is causing critical warning. This was causing unit/test-hfp to
fail when running with GLib 2.40.

./unit/test-hfp
/hfp/test_init:
(./unit/test-hfp:28878): GLib-CRITICAL **: Source ID 1 was not found
    when attempting to remove it
Trace/breakpoint trap
2014-04-25 11:12:58 +03:00
Szymon Janc
281cfcb8e2 unit/test-hfp: Add initial tests for getting quoted string 2014-03-11 21:08:04 +01:00
Szymon Janc
a03af33911 unit/test-hfp: Add initial tests for getting unquoted string 2014-03-11 21:08:04 +01:00
Szymon Janc
6ca2030173 unit/test-hfp: Add ability to pass custom result handler to test 2014-03-11 21:08:04 +01:00
Marcin Kraglak
88c189479f unit/test-hfp: Add /hfp/test_fragmented_1 2014-03-06 10:19:34 +01:00
Marcin Kraglak
f2ef82bbb8 unit/test-hfp: Add /hfp/test_register_5 2014-03-06 10:19:34 +01:00
Marcin Kraglak
65759704d9 unit/test-hfp: Add /hfp/test_register_4 2014-03-06 10:19:34 +01:00
Marcin Kraglak
7afbdd7448 unit/test-hfp: Add /hfp/test_register_3 2014-03-06 10:19:34 +01:00
Marcin Kraglak
aa8b53c872 unit/test-hfp: Add /hfp/test_register_2 2014-03-06 10:19:34 +01:00
Marcin Kraglak
199af772f1 unit/test-hfp: Add /hfp/test_register_1 2014-03-06 10:19:34 +01:00
Marcin Kraglak
b2db172edd unit/test-hfp: Add /hfp/test_cmd_handler_2 2014-03-06 10:19:34 +01:00
Marcin Kraglak
0a726b22d7 unit/test-hfp: Add /hfp/test_cmd_handler_1 2014-03-06 10:19:34 +01:00
Marcin Kraglak
b60018b3a7 unit: Initial version of test-hfp
This is skeleton of hfp unit tests with basic init test
for hfp_gw_new().
Basic test with hfp_gw_new() and hfp_gw_unref.
2014-03-06 10:19:34 +01:00