From 29c4c869f2b83d4285e1f8de4fab1189c4dff623 Mon Sep 17 00:00:00 2001 From: Milan Hanajik Date: Thu, 14 Feb 2019 08:15:38 +0100 Subject: [PATCH] iPerlCommunication 'iPerlCheck' fixed : Writes correct WMPositions (not wmNr0), ver. 2.18.1143 --- .../TestMethods/iPerlCommunication/iPerlCommunicationSeq.cs | 6 +++--- TBF/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/TBF/BenchControl/TestMethods/iPerlCommunication/iPerlCommunicationSeq.cs b/TBF/BenchControl/TestMethods/iPerlCommunication/iPerlCommunicationSeq.cs index 568665c46..2445afb3d 100644 --- a/TBF/BenchControl/TestMethods/iPerlCommunication/iPerlCommunicationSeq.cs +++ b/TBF/BenchControl/TestMethods/iPerlCommunication/iPerlCommunicationSeq.cs @@ -134,7 +134,7 @@ namespace TBF.BenchControl.TestMethods.iPerlCommunication { anyMeterError = true; anyError = true; - message += string.Format("Príliš veľa opakovaní testu vodomera {0}{1}", i, Environment.NewLine); + message += string.Format("Príliš veľa opakovaní testu vodomera {0}{1}", wm.WMPosition, Environment.NewLine); } } #endif @@ -145,7 +145,7 @@ namespace TBF.BenchControl.TestMethods.iPerlCommunication { anyMeterError = true; anyError = true; - message += string.Format("Q2 korekčné faktory vodomera {0} nesedia{1}", i, Environment.NewLine); + message += string.Format("Q2 korekčné faktory vodomera {0} nesedia{1}", wm.WMPosition, Environment.NewLine); } } #endif @@ -155,7 +155,7 @@ namespace TBF.BenchControl.TestMethods.iPerlCommunication //{ // anyMeterError = true; // anyError = true; - // message += string.Format("Príliš veľa opakovaní testu vodomera {0}{1}", i, Environment.NewLine); + // message += string.Format("Príliš veľa opakovaní testu vodomera {0}{1}", wm.WMPosition, Environment.NewLine); //} } } diff --git a/TBF/Properties/AssemblyInfo.cs b/TBF/Properties/AssemblyInfo.cs index 326d09a8e..98d370de2 100644 --- a/TBF/Properties/AssemblyInfo.cs +++ b/TBF/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("2.18.1142.0")] -[assembly: AssemblyFileVersion("2.18.1142.0")] +[assembly: AssemblyVersion("2.18.1143.0")] +[assembly: AssemblyFileVersion("2.18.1143.0")]