TestCompletedEventArgs modification

This commit is contained in:
Milan Hanajik
2016-01-04 16:03:17 +01:00
parent 1e058726d4
commit e14dc37060
14 changed files with 17 additions and 15 deletions
@@ -375,7 +375,7 @@ namespace TBF.BenchControl.TestMethods.ReferenceFlowmeterCalibration
/// Add data - end
Bridge.OnTestCompleted(this, new TestCompletedEventArgs(testName));
Bridge.OnTestCompleted(this, new TestCompletedEventArgs(testName, test.Part));
/// Append the results to the CSV-file
allResults.Info(TestResult2CsvLine(testName, test.Part));