Problems with 'standrohre' test results (parts) and test names in BenchControlPanel fixed, version 1.6.149.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user