This commit is contained in:
2025-01-22 09:36:43 -07:00
parent 2d82216d25
commit ca4ebff54c
30 changed files with 803 additions and 26 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.57.0"),
new("ALIGNMENT-EQPT", "v2.57.0"),
new("ALIGNMENT", "v2.58.0"),
new("ALIGNMENT-EQPT", "v2.58.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.57.0"),
new("BACKLOG-EQPT", "v2.57.0"),
new("BACKLOG", "v2.58.0"),
new("BACKLOG-EQPT", "v2.58.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.57.0"),
new("MESAFIBACKLOG", "v2.58.0"),
};
string development = "http://eaf-dev.mes.infineon.com:9003/CellInstanceServiceV2";
Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion;