The BruteForce test for Cross tone modes should not expect the driver to

know the difference between TSQL and Tone->Tone if the tones are identical.
Related to Bug #65
This commit is contained in:
Dan Smith 2012-04-01 14:58:37 -07:00
parent 83bafced28
commit 10c7efce23

View File

@ -311,6 +311,10 @@ class TestCaseBruteForce(TestCase):
return
m.tmode = "Cross"
# No fair asking a radio to detect two identical tones as Cross instead
# of TSQL
m.rtone = 100.0
m.ctone = 107.2
for cross_mode in rf.valid_cross_modes:
m.cross_mode = cross_mode
self.set_and_compare(m)