From 4aa07d7aefe324f7dc7b517f399b1bebe5ba52f1 Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Mon, 27 Oct 2014 13:53:42 +0900 Subject: [PATCH] LogAnalyser: rename BalanceTwist to MotorBalance --- .../tests/{TestBalanceTwist.py => TestMotorBalance.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Tools/LogAnalyzer/tests/{TestBalanceTwist.py => TestMotorBalance.py} (98%) diff --git a/Tools/LogAnalyzer/tests/TestBalanceTwist.py b/Tools/LogAnalyzer/tests/TestMotorBalance.py similarity index 98% rename from Tools/LogAnalyzer/tests/TestBalanceTwist.py rename to Tools/LogAnalyzer/tests/TestMotorBalance.py index e3b4d5f5eb..7e4c4070ba 100644 --- a/Tools/LogAnalyzer/tests/TestBalanceTwist.py +++ b/Tools/LogAnalyzer/tests/TestMotorBalance.py @@ -6,7 +6,7 @@ class TestBalanceTwist(Test): '''test for badly unbalanced copter, including yaw twist''' def __init__(self): Test.__init__(self) - self.name = "Balance/Twist" + self.name = "Motor Balance" def run(self, logdata, verbose): self.result = TestResult()