[PATCH 1/5] android/tester-ng: Fix treating callback as action step

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Next action step might pass before the action was even called. This was
possible when not expected callback came. This patch forces check for
callback also on the incomming step and not only on the expected one.
---
 android/tester-main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/android/tester-main.c b/android/tester-main.c
index 3206a54..42790b6 100644
--- a/android/tester-main.c
+++ b/android/tester-main.c
@@ -413,7 +413,7 @@ static bool match_data(struct step *step)
 		return false;
 	}
 
-	if (exp->callback) {
+	if (exp->callback || step->callback) {
 		if (exp->callback != step->callback) {
 			tester_debug("Callback type don't match");
 			return false;
-- 
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




[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux