Bug fixed in continuation of the cycle after a STOP.

This commit is contained in:
Milan Hanajik
2016-04-11 09:39:02 +02:00
parent f6169c962d
commit efad9eb0d9
2 changed files with 6 additions and 2 deletions
@@ -391,7 +391,7 @@ namespace TBF.BenchControl
{
return Tests[2];
}
else if (selection == Sequences.MainSeq.Selection.Test)
else if (selection == Sequences.MainSeq.Selection.Test || selection == Sequences.MainSeq.Selection.RestOfCycle)
{
foreach (var test in Tests)
{