Progress bars are not displayed as 'completed' when a test was aborted.
This commit is contained in:
@@ -37,7 +37,7 @@ namespace TBF.BenchControl.TestMethods.LiveStream
|
||||
}
|
||||
}
|
||||
|
||||
TestProgressEventArgs.SetEstimatedTimes(new int[] { 60, 0, 0, 0, 0, 60, 0 });
|
||||
TestProgressEventArgs.SetEstimatedTimes(new int[] { 60, 0, 0, 0, 0, 0, 60, 0 });
|
||||
Bridge.OnTestProgress(this, new TestProgressEventArgs(test, 1, Config.Entities.Progress.JustStarted));
|
||||
|
||||
//------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user