Default values of 'Publish' and 'Evaluate' = yes, program version shown in LoginDlg title.

This commit is contained in:
Milan Hanajik
2015-12-20 13:52:26 +01:00
parent e4e8c97cfd
commit 15ac3608c4
8 changed files with 12 additions and 17 deletions
@@ -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)