Confirmed results to SummaryResults.txt logger

This commit is contained in:
Milan Hanajik
2015-02-02 11:38:42 +01:00
parent 376056fb1a
commit e1756f692c
9 changed files with 18 additions and 13 deletions
@@ -418,7 +418,7 @@ namespace TBF.BenchControl.TestMethods.FlyingStartCollectionMethod
Bridge.OnTestCompleted(this, new TestCompletedEventArgs(tstRslt));
/// Append the results to the CSV-file
allResults.Info(TestResult2CsvLine(tstRslt, cBrd.EtPulses(0)));
allResults.Info(TestResult2CsvLine(tstRslt));
if (++repetitionNr <= test.Repeats)