Process data screen update when test completed, version 2.1.213.

This commit is contained in:
Milan Hanajik
2016-02-13 19:28:33 +01:00
parent 56e38831f1
commit edc4d59f90
21 changed files with 329 additions and 285 deletions
@@ -369,12 +369,12 @@ namespace TBF.BenchControl.TestMethods.ReferenceFlowmeterCalibration
outPath.Balance != null ? outPath.Balance.Name : string.Empty,
outPath.RegulValve != null ? outPath.RegulValve.Name : string.Empty,
outPath.Diverter != null ? outPath.Diverter.Name : string.Empty));
}
/// Add data - end
/// Update results
Bridge.OnTestCompleted(this, new TestCompletedEventArgs(testName, tstRslt));
}
Bridge.OnTestProgress(this, new TestProgressEventArgs(test, repetitionNr, Config.Entities.Progress.TransitionAfter));
Bridge.OnTestCompleted(this, new TestCompletedEventArgs(testName, test.Part));
/// Append the results to the CSV-file
allResults.Info(TestResult2CsvLine(testName, test.Part));