TestCompletedEventArgs modification
This commit is contained in:
+1
-1
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user