Endurance test method sequence modified.

This commit is contained in:
Milan Hanajik
2017-04-24 09:44:11 +02:00
parent 6706b296c0
commit 05982cc2ff
9 changed files with 77 additions and 65 deletions
@@ -108,7 +108,7 @@ namespace TBF.BenchControl.TestMethods.ReferenceFlowmeterCalibration
///
/// Measure the weight and skip emptying if there is enough room in the tank
///
State.Create("ReferenceFlowmeterCalibration : Measuring the mass of water in the tank")
State.Create("ReferenceFlowmeterCalibration : Measuring mass of water in the tank")
.AddOperation(checkUiOp)
.AddOperation(outPath.Scale.ReadMassOp(ref Mass))
.EnterState();