Infineon.EAF.Runtime v2.59.0

This commit is contained in:
2025-02-17 18:40:58 -07:00
parent 9769e1e106
commit 534d0ccc5c
27 changed files with 847 additions and 35 deletions

View File

@ -64,8 +64,8 @@ public class ALIGNMENT : LoggingUnitTesting, IDisposable
StringBuilder results = new();
(string cellInstanceName, string cellInstanceVersionName)[] collection = new (string, string)[]
{
new("ALIGNMENT", "v2.58.0"),
new("ALIGNMENT-EQPT", "v2.58.0"),
new("ALIGNMENT", "v2.59.0"),
new("ALIGNMENT-EQPT", "v2.59.0"),
};
string development = "http://eaf-dev.mes.infineon.com:9003/CellInstanceServiceV2";
Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion;

View File

@ -64,8 +64,8 @@ public class BACKLOG : LoggingUnitTesting, IDisposable
StringBuilder results = new();
(string cellInstanceName, string cellInstanceVersionName)[] collection = new (string, string)[]
{
new("BACKLOG", "v2.58.0"),
new("BACKLOG-EQPT", "v2.58.0"),
new("BACKLOG", "v2.59.0"),
new("BACKLOG-EQPT", "v2.59.0"),
};
string development = "http://eaf-dev.mes.infineon.com:9003/CellInstanceServiceV2";
Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion;

View File

@ -64,7 +64,7 @@ public class MESAFIBACKLOG : LoggingUnitTesting, IDisposable
StringBuilder results = new();
(string cellInstanceName, string cellInstanceVersionName)[] collection = new (string, string)[]
{
new("MESAFIBACKLOG", "v2.58.0"),
new("MESAFIBACKLOG", "v2.59.0"),
};
string development = "http://eaf-dev.mes.infineon.com:9003/CellInstanceServiceV2";
Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion;