autotest: adjust aerobatics test for BarrellRoll

This commit is contained in:
Andrew Tridgell 2022-11-11 12:47:44 +11:00
parent 64e050da60
commit f2da06ebdf
1 changed files with 1 additions and 1 deletions

View File

@ -4028,7 +4028,7 @@ class AutoTestPlane(AutoTest):
# check all messages to see if we got all tricks # check all messages to see if we got all tricks
tricks = ["Loop", "HalfReverseCubanEight", "ScaleFigureEight", "Immelmann", tricks = ["Loop", "HalfReverseCubanEight", "ScaleFigureEight", "Immelmann",
"Split-S", "RollingCircle", "HumptyBump", "HalfCubanEight", "Split-S", "RollingCircle", "HumptyBump", "HalfCubanEight",
"Upline45", "Downline45", "HalfReverseCubanEight", "BarrellRoll", "HalfReverseCubanEight",
"Finishing SuperAirShow!"] "Finishing SuperAirShow!"]
texts = [m.text for m in messages] texts = [m.text for m in messages]
for t in tricks: for t in tricks: