If no callback count was set in the step, test passed despite valid properties still waiting to be verified. --- android/tester-main.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/android/tester-main.c b/android/tester-main.c index 8a1f6ed..f5bcb1c 100644 --- a/android/tester-main.c +++ b/android/tester-main.c @@ -376,6 +376,14 @@ static int verify_property(bt_property_t *exp_props, int exp_num_props, } } + if ((i == 0) && exp_props) { + tester_warn("No property was verified: %s", exp_num_props ? + "unknown error!" : + "wrong \'.callback_result.num_properties\'?"); + + return 1; + } + return exp_prop_to_find; } -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html