Bug fixes in resources, ano/ne usage, etc., ver.2.5.271
This commit is contained in:
+2
-2
@@ -50,8 +50,8 @@ namespace TBF.BenchControl.TestMethods.iPerlCommunication
|
||||
switch (i)
|
||||
{
|
||||
case 0: Activity = strValue; return;
|
||||
case 1: SimultWithPrevious = strValue.Equals(Strings.yes); return;
|
||||
case 2: SimultWithNext = strValue.Equals(Strings.yes); return;
|
||||
case 1: SimultWithPrevious = strValue.ToLower().Equals(Strings.yes.ToLower()); return;
|
||||
case 2: SimultWithNext = strValue.ToLower().Equals(Strings.yes.ToLower()); return;
|
||||
default: return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user