From ca1d84a5f6d7bbdcc9ffef4f8c36f9023308169a Mon Sep 17 00:00:00 2001 From: Jakub Tyszkowski Date: Tue, 15 Jul 2014 10:24:52 +0200 Subject: [PATCH] android/tester-ng: Set proper callback count This was a missing piece after fixing the callback count verifying routine. --- android/tester-bluetooth.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/tester-bluetooth.c b/android/tester-bluetooth.c index 202d08537..fc04c9d4b 100644 --- a/android/tester-bluetooth.c +++ b/android/tester-bluetooth.c @@ -157,6 +157,7 @@ static struct step bluetooth_setprop_bdname_success_steps[] = { { .callback = CB_BT_ADAPTER_PROPERTIES, .callback_result.properties = &setprop_bdname_prop, + .callback_result.num_properties = 1, } }; static struct test_case bluetooth_setprop_bdname_success_tc = { @@ -192,6 +193,7 @@ static struct step bluetooth_setprop_scanmode_success_steps[] = { { .callback = CB_BT_ADAPTER_PROPERTIES, .callback_result.properties = &setprop_scanmode_prop, + .callback_result.num_properties = 1, }, }; static struct test_case bluetooth_setprop_scanmode_success_tc = { -- 2.47.3