Change BruteForce test to ignore rx_dtcs unless in ->DTCS mode

#93
This commit is contained in:
Dan Smith 2013-01-10 08:03:36 -08:00
parent 54df1214aa
commit ffe6667c8b

View File

@ -188,11 +188,7 @@ class TestCase:
):
continue
elif k == "rx_dtcs" and (not rf.has_rx_dtcs or
not (
a.tmode == "DTCS" or
(a.tmode == "Cross" and rx_mode == "DTCS")
)
):
not (a.tmode == "Cross" and rx_mode == "DTCS")):
continue
elif k == "offset" and not a.duplex:
continue