From a2c9263dc3b4d950c4a39bd0f3fb0e41479a874d Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Mon, 19 Aug 2024 16:52:28 -0700 Subject: [PATCH] v2.57.0 --- Adaptation/.vscode/tasks.json | 6 -- Adaptation/MET08AWCT-Development.yml | 8 +-- Adaptation/MET08AWCT.Tests.csproj | 20 +++--- Adaptation/MET08AWCT.yml | 8 +-- Adaptation/Shared/Metrology/WS.cs | 24 +++++-- .../Staging/v2.56.0/MET08AWCT.cs | 4 +- .../Staging/v2.56.0/WC6INCH1-EQPT.cs | 4 +- .../Staging/v2.57.0/MET08AWCT.cs | 63 ++++++++++++++++++ .../Staging/v2.57.0/WC6INCH1-EQPT.cs | 65 +++++++++++++++++++ .../Extract/Staging/v2.56.0/MET08AWCT.cs | 4 +- .../Extract/Staging/v2.56.0/WC6INCH1-EQPT.cs | 4 +- .../Extract/Staging/v2.57.0/MET08AWCT.cs | 29 +++++++++ .../Extract/Staging/v2.57.0/WC6INCH1-EQPT.cs | 62 ++++++++++++++++++ Adaptation/_Tests/Static/MET08AWCT.cs | 2 +- Adaptation/_Tests/Static/WC.cs | 14 ++-- MET08AWCT.csproj | 2 +- 16 files changed, 266 insertions(+), 53 deletions(-) create mode 100644 Adaptation/_Tests/CreateSelfDescription/Staging/v2.57.0/MET08AWCT.cs create mode 100644 Adaptation/_Tests/CreateSelfDescription/Staging/v2.57.0/WC6INCH1-EQPT.cs create mode 100644 Adaptation/_Tests/Extract/Staging/v2.57.0/MET08AWCT.cs create mode 100644 Adaptation/_Tests/Extract/Staging/v2.57.0/WC6INCH1-EQPT.cs diff --git a/Adaptation/.vscode/tasks.json b/Adaptation/.vscode/tasks.json index d5cd461..7f4975d 100644 --- a/Adaptation/.vscode/tasks.json +++ b/Adaptation/.vscode/tasks.json @@ -76,12 +76,6 @@ ], "problemMatcher": "$msCompile" }, - { - "label": "File-Folder-Helper AOT s M .Kanbn Tasks", - "type": "shell", - "command": "L:/DevOps/Mesa_FI/File-Folder-Helper/bin/Release/net8.0/win-x64/publish/File-Folder-Helper.exe s M T:/MET08AWCT/06_SourceCode/MET08AWCT/Adaptation -s T:/MET08AWCT/06_SourceCode/MET08AWCT/Adaptation/.kanbn/tasks", - "problemMatcher": [] - }, { "label": "Kanbn Console", "type": "npm", diff --git a/Adaptation/MET08AWCT-Development.yml b/Adaptation/MET08AWCT-Development.yml index f0ca529..c0d45ca 100644 --- a/Adaptation/MET08AWCT-Development.yml +++ b/Adaptation/MET08AWCT-Development.yml @@ -26,7 +26,7 @@ steps: displayName: Configuration - script: | - set nugetSource=https://eaf-dev-reporting.mes.infineon.com/v3/index.json + set nugetSource=https://artifactory.intra.infineon.com/artifactory/api/nuget/ngt-fi-package-main-vir/index.json;D:/vsts-agent-win-x64-2.210.1-eaf/nuget echo %nugetSource% echo ##vso[task.setvariable variable=NugetSource;]%nugetSource% echo $(NugetSource) @@ -121,7 +121,7 @@ steps: displayName: "Core Publish" enabled: false - - script: '"C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/MSBuild/Current/Bin/MSBuild.exe" /target:Restore /detailedsummary /consoleloggerparameters:PerformanceSummary;ErrorsOnly; /property:Configuration=$(Configuration);TargetFrameworkVersion=v4.8 /p:RestoreSources=$(NugetSource)' + - script: '"C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/MSBuild/Current/Bin/MSBuild.exe" /target:Restore /detailedsummary /consoleloggerparameters:PerformanceSummary;ErrorsOnly; /property:Configuration=$(Configuration);TargetFrameworkVersion=v4.8 /p:RestoreSources="$(NugetSource)"' displayName: "MSBuild Restore" - script: '"C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/MSBuild/Current/Bin/MSBuild.exe" /target:Build /detailedsummary /consoleloggerparameters:PerformanceSummary;ErrorsOnly; /property:Configuration=$(Configuration);TargetFrameworkVersion=v4.8' @@ -140,11 +140,11 @@ steps: enabled: false - task: CopyFiles@2 - displayName: 'Copy Files to: \\mesfs.infineon.com\EC_EAFRepository' + displayName: 'Copy Files to: Local D EAF Deployment Storage' inputs: Contents: "*$(Build.Repository.Name)*" SourceFolder: 'bin\$(Configuration)' - TargetFolder: '\\mesfs.infineon.com\EC_EAFRepository\Staging\DeploymentStorage\Adaptation_$(Build.Repository.Name)' + TargetFolder: 'D:\EAF\EAF Deployment Storage\Adaptation_$(Build.Repository.Name)' OverWrite: true enabled: false diff --git a/Adaptation/MET08AWCT.Tests.csproj b/Adaptation/MET08AWCT.Tests.csproj index a6c960c..71bcec4 100644 --- a/Adaptation/MET08AWCT.Tests.csproj +++ b/Adaptation/MET08AWCT.Tests.csproj @@ -45,34 +45,30 @@ NU1701 NU1701 - + - + - + - - + + NU1701 - + - - + + - - - - diff --git a/Adaptation/MET08AWCT.yml b/Adaptation/MET08AWCT.yml index 982fa2f..476462e 100644 --- a/Adaptation/MET08AWCT.yml +++ b/Adaptation/MET08AWCT.yml @@ -26,8 +26,8 @@ steps: displayName: Configuration - script: | - REM set nugetSource=https://eaf-prod.mes.infineon.com/v3/index.json - set nugetSource=https://eaf-dev-reporting.mes.infineon.com/v3/index.json + REM set nugetSource=https://artifactory.intra.infineon.com/artifactory/api/nuget/ngt-fi-package-main-vir/ + set nugetSource=https://artifactory.intra.infineon.com/artifactory/api/nuget/ngt-fi-package-main-vir/index.json;D:/vsts-agent-win-x64-2.210.1-eaf/nuget echo %nugetSource% echo ##vso[task.setvariable variable=NugetSource;]%nugetSource% echo $(NugetSource) @@ -122,7 +122,7 @@ steps: displayName: "Core Publish" enabled: false - - script: '"C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/MSBuild/Current/Bin/MSBuild.exe" /target:Restore /detailedsummary /consoleloggerparameters:PerformanceSummary;ErrorsOnly; /property:Configuration=$(Configuration);TargetFrameworkVersion=v4.8 /p:RestoreSources=$(NugetSource)' + - script: '"C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/MSBuild/Current/Bin/MSBuild.exe" /target:Restore /detailedsummary /consoleloggerparameters:PerformanceSummary;ErrorsOnly; /property:Configuration=$(Configuration);TargetFrameworkVersion=v4.8 /p:RestoreSources="$(NugetSource)"' displayName: "MSBuild Restore" - script: '"C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/MSBuild/Current/Bin/MSBuild.exe" /target:Build /detailedsummary /consoleloggerparameters:PerformanceSummary;ErrorsOnly; /property:Configuration=$(Configuration);TargetFrameworkVersion=v4.8' @@ -140,7 +140,7 @@ steps: OverWrite: true - task: CopyFiles@2 - displayName: 'Copy Files to: \\mesfs.infineon.com\EC_EAFRepository' + displayName: 'Copy Files to: Local D EAF Deployment Storage' inputs: Contents: "*$(Build.Repository.Name)*" SourceFolder: 'bin\$(Configuration)' diff --git a/Adaptation/Shared/Metrology/WS.cs b/Adaptation/Shared/Metrology/WS.cs index 4e43fa3..c49e61d 100644 --- a/Adaptation/Shared/Metrology/WS.cs +++ b/Adaptation/Shared/Metrology/WS.cs @@ -78,20 +78,32 @@ public partial class WS { foreach (Attachment attachment in headerAttachments) { - directory = Path.GetDirectoryName(attachment.HeaderIdDirectory) ?? throw new Exception(); - File.Copy(attachment.SourceFileName, Path.Combine(directory, attachment.AttachmentId, attachment.DestinationFileName), overwrite: true); - AttachFile(url, attachment); + directory = Path.Combine(Path.GetDirectoryName(attachment.HeaderIdDirectory), attachment.AttachmentId) ?? throw new Exception(); + if (!Directory.Exists(directory)) + _ = Directory.CreateDirectory(directory); + File.Copy(attachment.SourceFileName, Path.Combine(directory, attachment.DestinationFileName), overwrite: true); } } if (dataAttachments is not null) { foreach (Attachment attachment in dataAttachments) { - directory = Path.GetDirectoryName(attachment.HeaderIdDirectory) ?? throw new Exception(); - File.Copy(attachment.SourceFileName, Path.Combine(directory, attachment.AttachmentId, attachment.DestinationFileName), overwrite: true); - AttachFile(url, attachment); + directory = Path.Combine(Path.GetDirectoryName(attachment.HeaderIdDirectory.Replace("Header", "Data")), attachment.AttachmentId) ?? throw new Exception(); + if (!Directory.Exists(directory)) + _ = Directory.CreateDirectory(directory); + File.Copy(attachment.SourceFileName, Path.Combine(directory, attachment.DestinationFileName), overwrite: true); } } + if (headerAttachments is not null) + { + foreach (Attachment attachment in headerAttachments) + AttachFile(url, attachment); + } + if (dataAttachments is not null) + { + foreach (Attachment attachment in dataAttachments) + AttachFile(url, attachment); + } //MessageBox.Show(r.ToString()); } catch (Exception e) diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.56.0/MET08AWCT.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.56.0/MET08AWCT.cs index aedbfa5..5054d98 100644 --- a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.56.0/MET08AWCT.cs +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.56.0/MET08AWCT.cs @@ -1,4 +1,4 @@ -#if true +#if v2_56_0 using Adaptation._Tests.Shared; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; @@ -46,9 +46,7 @@ public class MET08AWCT : EAFLoggingUnitTesting EAFLoggingUnitTesting?.Dispose(); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_56_0__MET08AWCT__ZipFilesByDate() { diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.56.0/WC6INCH1-EQPT.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.56.0/WC6INCH1-EQPT.cs index c126fca..086a9c6 100644 --- a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.56.0/WC6INCH1-EQPT.cs +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.56.0/WC6INCH1-EQPT.cs @@ -1,4 +1,4 @@ -#if true +#if v2_56_0 using Adaptation._Tests.Shared; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; @@ -48,9 +48,7 @@ public class WC6INCH1_EQPT : EAFLoggingUnitTesting EAFLoggingUnitTesting?.Dispose(); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_56_0__WC6INCH1_EQPT__ConvertExcelToJson() { diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.57.0/MET08AWCT.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.57.0/MET08AWCT.cs new file mode 100644 index 0000000..1ab72cc --- /dev/null +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.57.0/MET08AWCT.cs @@ -0,0 +1,63 @@ +#if true +using Adaptation._Tests.Shared; +using Microsoft.Extensions.Logging; +using Microsoft.VisualStudio.TestTools.UnitTesting; +using System; +using System.Diagnostics; +using System.IO; +using System.Reflection; + +namespace Adaptation._Tests.CreateSelfDescription.Staging.v2_57_0; + +[TestClass] +public class MET08AWCT : EAFLoggingUnitTesting +{ + +#pragma warning disable CA2254 +#pragma warning disable IDE0060 + + internal static string DummyRoot { get; private set; } + internal static MET08AWCT EAFLoggingUnitTesting { get; private set; } + + public MET08AWCT() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false) + { + if (EAFLoggingUnitTesting is null) + throw new Exception(); + } + + public MET08AWCT(TestContext testContext) : base(DummyRoot, testContext, new StackFrame().GetMethod().DeclaringType, skipEquipmentDictionary: false) + { + } + + [ClassInitialize] + public static void ClassInitialize(TestContext testContext) + { + EAFLoggingUnitTesting ??= new MET08AWCT(testContext); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(testContext.TestName, " - ClassInitialize")); + string[] fileNameAndText = EAFLoggingUnitTesting.AdaptationTesting.GetCSharpText(testContext.TestName); + File.WriteAllText(fileNameAndText[0], fileNameAndText[1]); + File.WriteAllText(fileNameAndText[2], fileNameAndText[3]); + } + + [ClassCleanup()] + public static void ClassCleanup() + { + EAFLoggingUnitTesting.Logger?.LogInformation("Cleanup"); + EAFLoggingUnitTesting?.Dispose(); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_57_0__MET08AWCT__ZipFilesByDate() + { + string check = "*.pdsf"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + _ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + +} +#endif \ No newline at end of file diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.57.0/WC6INCH1-EQPT.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.57.0/WC6INCH1-EQPT.cs new file mode 100644 index 0000000..0eaf223 --- /dev/null +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.57.0/WC6INCH1-EQPT.cs @@ -0,0 +1,65 @@ +#if true +using Adaptation._Tests.Shared; +using Microsoft.Extensions.Logging; +using Microsoft.VisualStudio.TestTools.UnitTesting; +using System; +using System.Diagnostics; +using System.IO; +using System.Reflection; + +namespace Adaptation._Tests.CreateSelfDescription.Staging.v2_57_0; + +[TestClass] +public class WC6INCH1_EQPT : EAFLoggingUnitTesting +{ + +#pragma warning disable CA2254 +#pragma warning disable IDE0060 + + internal static string DummyRoot { get; private set; } + internal static WC6INCH1_EQPT EAFLoggingUnitTesting { get; private set; } + + static WC6INCH1_EQPT() => DummyRoot = @"\\mesfs.infineon.com\EC_Characterization_Si\Dummy"; + + public WC6INCH1_EQPT() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false) + { + if (EAFLoggingUnitTesting is null) + throw new Exception(); + } + + public WC6INCH1_EQPT(TestContext testContext) : base(DummyRoot, testContext, new StackFrame().GetMethod().DeclaringType, skipEquipmentDictionary: false) + { + } + + [ClassInitialize] + public static void ClassInitialize(TestContext testContext) + { + EAFLoggingUnitTesting ??= new WC6INCH1_EQPT(testContext); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(testContext.TestName, " - ClassInitialize")); + string[] fileNameAndText = EAFLoggingUnitTesting.AdaptationTesting.GetCSharpText(testContext.TestName); + File.WriteAllText(fileNameAndText[0], fileNameAndText[1]); + File.WriteAllText(fileNameAndText[2], fileNameAndText[3]); + } + + [ClassCleanup()] + public static void ClassCleanup() + { + EAFLoggingUnitTesting.Logger?.LogInformation("Cleanup"); + EAFLoggingUnitTesting?.Dispose(); + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_57_0__WC6INCH1_EQPT__ConvertExcelToJson() + { + string check = "*.wc"; + MethodBase methodBase = new StackFrame().GetMethod(); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); + _ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting); + EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); + } + +} +#endif \ No newline at end of file diff --git a/Adaptation/_Tests/Extract/Staging/v2.56.0/MET08AWCT.cs b/Adaptation/_Tests/Extract/Staging/v2.56.0/MET08AWCT.cs index 6c32866..9d2f15e 100644 --- a/Adaptation/_Tests/Extract/Staging/v2.56.0/MET08AWCT.cs +++ b/Adaptation/_Tests/Extract/Staging/v2.56.0/MET08AWCT.cs @@ -1,4 +1,4 @@ -#if true +#if v2_56_0 using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Adaptation._Tests.Extract.Staging.v2_56_0; @@ -19,9 +19,7 @@ public class MET08AWCT _MET08AWCT = CreateSelfDescription.Staging.v2_56_0.MET08AWCT.EAFLoggingUnitTesting; } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_56_0__MET08AWCT__ZipFilesByDate() => _MET08AWCT.Staging__v2_56_0__MET08AWCT__ZipFilesByDate(); diff --git a/Adaptation/_Tests/Extract/Staging/v2.56.0/WC6INCH1-EQPT.cs b/Adaptation/_Tests/Extract/Staging/v2.56.0/WC6INCH1-EQPT.cs index 9fcdc3e..97da51e 100644 --- a/Adaptation/_Tests/Extract/Staging/v2.56.0/WC6INCH1-EQPT.cs +++ b/Adaptation/_Tests/Extract/Staging/v2.56.0/WC6INCH1-EQPT.cs @@ -1,4 +1,4 @@ -#if true +#if v2_56_0 using Adaptation.Shared; using Adaptation.Shared.Methods; using Microsoft.VisualStudio.TestTools.UnitTesting; @@ -34,9 +34,7 @@ public class WC6INCH1_EQPT catch (Exception) { } } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging__v2_56_0__WC6INCH1_EQPT__ConvertExcelToJson() => _WC6INCH1_EQPT.Staging__v2_56_0__WC6INCH1_EQPT__ConvertExcelToJson(); diff --git a/Adaptation/_Tests/Extract/Staging/v2.57.0/MET08AWCT.cs b/Adaptation/_Tests/Extract/Staging/v2.57.0/MET08AWCT.cs new file mode 100644 index 0000000..2838d9d --- /dev/null +++ b/Adaptation/_Tests/Extract/Staging/v2.57.0/MET08AWCT.cs @@ -0,0 +1,29 @@ +#if true +using Microsoft.VisualStudio.TestTools.UnitTesting; + +namespace Adaptation._Tests.Extract.Staging.v2_57_0; + +[TestClass] +public class MET08AWCT +{ + +#pragma warning disable CA2254 +#pragma warning disable IDE0060 + + private static CreateSelfDescription.Staging.v2_57_0.MET08AWCT _MET08AWCT; + + [ClassInitialize] + public static void ClassInitialize(TestContext testContext) + { + CreateSelfDescription.Staging.v2_57_0.MET08AWCT.ClassInitialize(testContext); + _MET08AWCT = CreateSelfDescription.Staging.v2_57_0.MET08AWCT.EAFLoggingUnitTesting; + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_57_0__MET08AWCT__ZipFilesByDate() => _MET08AWCT.Staging__v2_57_0__MET08AWCT__ZipFilesByDate(); + +} +#endif \ No newline at end of file diff --git a/Adaptation/_Tests/Extract/Staging/v2.57.0/WC6INCH1-EQPT.cs b/Adaptation/_Tests/Extract/Staging/v2.57.0/WC6INCH1-EQPT.cs new file mode 100644 index 0000000..2273a50 --- /dev/null +++ b/Adaptation/_Tests/Extract/Staging/v2.57.0/WC6INCH1-EQPT.cs @@ -0,0 +1,62 @@ +#if true +using Adaptation.Shared; +using Adaptation.Shared.Methods; +using Microsoft.VisualStudio.TestTools.UnitTesting; +using System; +using System.Collections.Generic; +using System.Diagnostics; +using System.IO; +using System.Reflection; +using System.Text.Json; + +namespace Adaptation._Tests.Extract.Staging.v2_57_0; + +[TestClass] +public class WC6INCH1_EQPT +{ + +#pragma warning disable CA2254 +#pragma warning disable IDE0060 + + private static CreateSelfDescription.Staging.v2_57_0.WC6INCH1_EQPT _WC6INCH1_EQPT; + + [ClassInitialize] + public static void ClassInitialize(TestContext testContext) + { + CreateSelfDescription.Staging.v2_57_0.WC6INCH1_EQPT.ClassInitialize(testContext); + _WC6INCH1_EQPT = CreateSelfDescription.Staging.v2_57_0.WC6INCH1_EQPT.EAFLoggingUnitTesting; + } + + private static void NonThrowTryCatch() + { + try + { throw new Exception(); } + catch (Exception) { } + } + +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_57_0__WC6INCH1_EQPT__ConvertExcelToJson() => _WC6INCH1_EQPT.Staging__v2_57_0__WC6INCH1_EQPT__ConvertExcelToJson(); + + [Ignore] + [TestMethod] + public void Staging__v2_57_0__WC6INCH1_EQPT__ConvertExcelToJson637961178824025822__Normal() + { + string check = "*.wc"; + bool validatePDSF = false; + MethodBase methodBase = new StackFrame().GetMethod(); + _WC6INCH1_EQPT.Staging__v2_57_0__WC6INCH1_EQPT__ConvertExcelToJson(); + Assert.IsFalse(string.IsNullOrEmpty(_WC6INCH1_EQPT.AdaptationTesting.TestContext.FullyQualifiedTestClassName)); + string[] variables = _WC6INCH1_EQPT.AdaptationTesting.GetVariables(methodBase, check, validatePDSF); + IFileRead fileRead = _WC6INCH1_EQPT.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false); + Tuple> extractResult = fileRead.ReExtract(); + Assert.IsFalse(string.IsNullOrEmpty(extractResult?.Item1)); + Assert.IsNotNull(extractResult.Item3); + Assert.IsNotNull(extractResult.Item4); + NonThrowTryCatch(); + } + +} +#endif \ No newline at end of file diff --git a/Adaptation/_Tests/Static/MET08AWCT.cs b/Adaptation/_Tests/Static/MET08AWCT.cs index 0014d94..9e2132c 100644 --- a/Adaptation/_Tests/Static/MET08AWCT.cs +++ b/Adaptation/_Tests/Static/MET08AWCT.cs @@ -64,7 +64,7 @@ public class MET08AWCT : LoggingUnitTesting, IDisposable StringBuilder results = new(); (string cellInstanceName, string cellInstanceVersionName)[] collection = new (string, string)[] { - new("MET08AWCT", "v2.56.0"), + new("MET08AWCT", "v2.57.0"), }; string staging = "http://mestsa07ec.infineon.com:9003/CellInstanceServiceV2"; Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion; diff --git a/Adaptation/_Tests/Static/WC.cs b/Adaptation/_Tests/Static/WC.cs index 59f7a6d..6b73d18 100644 --- a/Adaptation/_Tests/Static/WC.cs +++ b/Adaptation/_Tests/Static/WC.cs @@ -64,13 +64,13 @@ public class WC : LoggingUnitTesting, IDisposable StringBuilder results = new(); (string cellInstanceName, string cellInstanceVersionName)[] collection = new (string, string)[] { - new("WC6INCH1-EQPT", "v2.56.0"), - new("WC6INCH2-EQPT", "v2.56.0"), - new("WC6INCH3-EQPT", "v2.56.0"), - new("WC6INCH4-EQPT", "v2.56.0"), - new("WC8INCH1-EQPT", "v2.56.0"), - new("WC8INCH2-EQPT", "v2.56.0"), - new("WC8INCH3-EQPT", "v2.56.0"), + new("WC6INCH1-EQPT", "v2.57.0"), + new("WC6INCH2-EQPT", "v2.57.0"), + new("WC6INCH3-EQPT", "v2.57.0"), + new("WC6INCH4-EQPT", "v2.57.0"), + new("WC8INCH1-EQPT", "v2.57.0"), + new("WC8INCH2-EQPT", "v2.57.0"), + new("WC8INCH3-EQPT", "v2.57.0"), }; string staging = "http://mestsa07ec.infineon.com:9003/CellInstanceServiceV2"; Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion; diff --git a/MET08AWCT.csproj b/MET08AWCT.csproj index cd24c87..2d2e6f7 100644 --- a/MET08AWCT.csproj +++ b/MET08AWCT.csproj @@ -159,7 +159,7 @@ - 2.56.0 + 2.57.0 5.2.7