diff --git a/Results/Properties/AssemblyInfo.cs b/Results/Properties/AssemblyInfo.cs index 8e6eb9ea3..cdbb39e72 100644 --- a/Results/Properties/AssemblyInfo.cs +++ b/Results/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.17.739.0")] -[assembly: AssemblyFileVersion("2.17.739.0")] +[assembly: AssemblyVersion("2.17.740.0")] +[assembly: AssemblyFileVersion("2.17.740.0")] diff --git a/Results/WMeterRsltItemSpec.cs b/Results/WMeterRsltItemSpec.cs index f35bf9262..381b3c2bd 100644 --- a/Results/WMeterRsltItemSpec.cs +++ b/Results/WMeterRsltItemSpec.cs @@ -497,6 +497,11 @@ namespace Results string[] result = new string[count]; for (int i = 0; i < count; i++) { + if (items[i].Caption == null) items[i].Caption = string.Empty; + if (items[i].TestID == null) items[i].TestID = string.Empty; + if (items[i].Format == null) items[i].Format = string.Empty; + if (items[i].Precision == null) items[i].Precision = string.Empty; + result[i] = string.Format("{0}~{1}~{2}~{3}~{4}~{5}~{6}~{7}", items[i].Uid, items[i].Caption.Replace("~", "\n"), diff --git a/TestBenchFramework/Properties/AssemblyInfo.cs b/TestBenchFramework/Properties/AssemblyInfo.cs index 757c35cc2..ffd6aec1d 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.17.739.1")] -[assembly: AssemblyFileVersion("2.17.739.1")] +[assembly: AssemblyVersion("2.17.740.0")] +[assembly: AssemblyFileVersion("2.17.740.0")]