diff --git a/TestBenchFramework/BenchControl/TestMethods/iPerlCommunication/iPerlCommunicationParams.cs b/TestBenchFramework/BenchControl/TestMethods/iPerlCommunication/iPerlCommunicationParams.cs
index 1fe63874d..adcaa22b0 100644
--- a/TestBenchFramework/BenchControl/TestMethods/iPerlCommunication/iPerlCommunicationParams.cs
+++ b/TestBenchFramework/BenchControl/TestMethods/iPerlCommunication/iPerlCommunicationParams.cs
@@ -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;
}
}
diff --git a/TestBenchFramework/Properties/AssemblyInfo.cs b/TestBenchFramework/Properties/AssemblyInfo.cs
index 364be7024..33b2a1b38 100644
--- a/TestBenchFramework/Properties/AssemblyInfo.cs
+++ b/TestBenchFramework/Properties/AssemblyInfo.cs
@@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
-[assembly: AssemblyVersion("2.5.270.1")]
-[assembly: AssemblyFileVersion("2.5.270.1")]
+[assembly: AssemblyVersion("2.5.271.1")]
+[assembly: AssemblyFileVersion("2.5.271.1")]
diff --git a/TestBenchFramework/Resources/Strings.cs.resx b/TestBenchFramework/Resources/Strings.cs.resx
index 7d3cf7423..a7d0360e6 100644
--- a/TestBenchFramework/Resources/Strings.cs.resx
+++ b/TestBenchFramework/Resources/Strings.cs.resx
@@ -220,7 +220,7 @@
Parametry stolice
- Datum sestavení _BUILD_DATE_
+ Datum sestavení {0}
Kalibrace Specialist
@@ -238,7 +238,7 @@
Prázdný
- Zavřít
+ zavřít
Zavřít vyprazdňování ventil
@@ -1108,7 +1108,7 @@
Verze
- Verze _VERSION_
+ Verze {0}
Vertikálně
@@ -1150,7 +1150,7 @@
Stav [litr]
- Ano
+ ano
Ano
diff --git a/TestBenchFramework/Resources/Strings.pl.resx b/TestBenchFramework/Resources/Strings.pl.resx
index 2fb1a9b3d..f59592706 100644
--- a/TestBenchFramework/Resources/Strings.pl.resx
+++ b/TestBenchFramework/Resources/Strings.pl.resx
@@ -1059,4 +1059,7 @@
Zerowanie
+
+ Wersja {0}
+
\ No newline at end of file