[tests] Don't expect the radio to return the same cross_mode

...if tmode is not "Cross"
#93
This commit is contained in:
Dan Smith 2012-05-09 17:32:59 -07:00
parent d18dbb46e2
commit b96bae9909

View file

@ -172,6 +172,8 @@ class TestCase:
continue
elif k == "offset" and not a.duplex:
continue
elif k == "cross_mode" and a.tmode != "Cross":
continue
try:
if b.__dict__[k] != v: