Problems with 'standrohre' test results (parts) and test names in BenchControlPanel fixed, version 1.6.149.

This commit is contained in:
Milan Hanajik
2015-12-01 22:03:53 +01:00
parent 5b31a94b74
commit d83b497fa0
8 changed files with 67 additions and 27 deletions
@@ -387,7 +387,7 @@ namespace TBF.BenchControl
{
foreach (var test in Tests)
{
if (test.Name.Equals(TBF.UiBridge.Bridge.SelectedTestName)) return test;
if (Utils.TestTitle(test, 1).Equals(UiBridge.Bridge.SelectedTestName)) return test;
}
}
return null;