Diff between d9a15fefb2fec0d7d252aa2636cd82da877d9775 and c6dab30d003cd8263aea310f1ccc405fa7446a5b
Changed Files
| File | Additions | Deletions | Status |
| android/tester-main.c | +6 | -0 | modified |
Full Patch
diff --git a/android/tester-main.c b/android/tester-main.c
index c850082..17962e7 100644
--- a/android/tester-main.c
+++ b/android/tester-main.c
@@ -424,6 +424,12 @@ static bool match_data(struct step *step)
return false;
}
+ if (exp->callback_result.status !=
+ step->callback_result.status) {
+ tester_debug("Callback status don't match");
+ return false;
+ }
+
if (exp->callback_result.properties &&
verify_property(exp->callback_result.properties,
exp->callback_result.num_properties,