Index: DamClients/DamLive/trunk/src/Deltares.DamLive.Tests/GeneralHelper.cs =================================================================== diff -u -r4124 -r4153 --- DamClients/DamLive/trunk/src/Deltares.DamLive.Tests/GeneralHelper.cs (.../GeneralHelper.cs) (revision 4124) +++ DamClients/DamLive/trunk/src/Deltares.DamLive.Tests/GeneralHelper.cs (.../GeneralHelper.cs) (revision 4153) @@ -30,6 +30,9 @@ public class GeneralHelper { + public const int CMinCores = 1; + public const int CMaxCores = 20; + public static void SetupIntegrationProject(int maxCores, string testWorkingFolder, string testIntegrationDataFolder, string input1aFilename, string output1aFilename, string calculationParametersIntegrationFilename, string projectIntegrationFilename,