This commit is contained in:
2024-08-19 16:52:25 -07:00
parent 9289ed354f
commit 390090729b
25 changed files with 704 additions and 47 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.56.0"),
new("ALIGNMENT-EQPT", "v2.56.0"),
new("ALIGNMENT", "v2.57.0"),
new("ALIGNMENT-EQPT", "v2.57.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.56.0"),
new("BACKLOG-EQPT", "v2.56.0"),
new("BACKLOG", "v2.57.0"),
new("BACKLOG-EQPT", "v2.57.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.56.0"),
new("MESAFIBACKLOG", "v2.57.0"),
};
string development = "http://eaf-dev.mes.infineon.com:9003/CellInstanceServiceV2";
Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion;