Default values of 'Publish' and 'Evaluate' = yes, program version shown in LoginDlg title.
This commit is contained in:
+3
-2
@@ -18,8 +18,8 @@ namespace TBF.BenchControl.TestMethods.FlyingStartCollectionMethod
|
||||
|
||||
public override void InitializeAll()
|
||||
{
|
||||
Evaluate = false;
|
||||
Publish = false;
|
||||
Evaluate = true;
|
||||
Publish = true;
|
||||
}
|
||||
|
||||
|
||||
@@ -107,6 +107,7 @@ namespace TBF.BenchControl.TestMethods.FlyingStartCollectionMethod
|
||||
/// </summary>
|
||||
public TestParams()
|
||||
{
|
||||
InitializeAll();
|
||||
}
|
||||
|
||||
public TestParams(ComponentTest testParamsEntity, string componentName, Test test)
|
||||
|
||||
Reference in New Issue
Block a user