From b2b0be4097318793964b00555ab7f60dba60831b Mon Sep 17 00:00:00 2001 From: Milan Hanajik Date: Wed, 7 Aug 2019 15:22:30 +0200 Subject: [PATCH] ver. 2.18.1283 --- TBF/Properties/AssemblyInfo.cs | 4 ++-- TBF/TestProgressControls.cs | 30 +++++++++++++++--------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/TBF/Properties/AssemblyInfo.cs b/TBF/Properties/AssemblyInfo.cs index 62ba74bbf..797d605e2 100644 --- a/TBF/Properties/AssemblyInfo.cs +++ b/TBF/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("2.18.1282.0")] -[assembly: AssemblyFileVersion("2.18.1282.0")] +[assembly: AssemblyVersion("2.18.1283.0")] +[assembly: AssemblyFileVersion("2.18.1283.0")] diff --git a/TBF/TestProgressControls.cs b/TBF/TestProgressControls.cs index 14a1c9ddd..9c15e2474 100644 --- a/TBF/TestProgressControls.cs +++ b/TBF/TestProgressControls.cs @@ -95,22 +95,22 @@ namespace TBF { if (isOuterLoopMode) { - int j = i - 1; - while (j < procedure.Tests.Count) - { - Config.Entities.Test test2 = procedure.Tests[j++]; - TBF.BenchControl.Generic.IComponent tm2 = TbfComponents.FindComponent(test2.Method); - if (tm2 is TBF.BenchControl.TestMethods.OuterLoop.End.Component) - { - if (r == repeats) newI = j; - break; - } + //int j = i - 1; + //while (j < procedure.Tests.Count) + //{ + // Config.Entities.Test test2 = procedure.Tests[j++]; + // TBF.BenchControl.Generic.IComponent tm2 = TbfComponents.FindComponent(test2.Method); + // if (tm2 is TBF.BenchControl.TestMethods.OuterLoop.End.Component) + // { + // if (r == repeats) newI = j; + // break; + // } - UiControls.TestProgressCtrl prgrs = - new UiControls.TestProgressCtrl(test2.Id, Results.Utils.GetTestName(test2.Name, test2.Repeats, r), test2.Part, Utils.TestTitle(test2, r), r, test2.Repeats); - progresses.Add(prgrs); - parent.Controls.Add(prgrs); - } + // UiControls.TestProgressCtrl prgrs = + // new UiControls.TestProgressCtrl(test2.Id, Results.Utils.GetTestName(test2.Name, test2.Repeats, r), test2.Part, Utils.TestTitle(test2, r), r, test2.Repeats); + // progresses.Add(prgrs); + // parent.Controls.Add(prgrs); + //} } else {