This commit is contained in:
2024-08-19 16:52:24 -07:00
parent 6b5a187fe7
commit 3060ad84d4
22 changed files with 647 additions and 82 deletions

View File

@ -64,7 +64,7 @@ public class DEP08SIASM : LoggingUnitTesting, IDisposable
StringBuilder results = new();
(string cellInstanceName, string cellInstanceVersionName)[] collection = new (string, string)[]
{
new("DEP08SIASM", "v2.56.0"),
new("DEP08SIASM", "v2.57.0"),
};
string staging = "http://mestsa07ec.infineon.com:9003/CellInstanceServiceV2";
Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion;

View File

@ -86,12 +86,12 @@ public class JPEG : LoggingUnitTesting, IDisposable
StringBuilder results = new();
(string cellInstanceName, string cellInstanceVersionName)[] collection = new (string, string)[]
{
new("R34", "v2.56.0"),
new("R53", "v2.56.0"),
new("R55", "v2.56.0"),
new("R34-EQPT", "v2.56.0"),
new("R53-EQPT", "v2.56.0"),
new("R55-EQPT", "v2.56.0"),
new("R34", "v2.57.0"),
new("R53", "v2.57.0"),
new("R55", "v2.57.0"),
new("R34-EQPT", "v2.57.0"),
new("R53-EQPT", "v2.57.0"),
new("R55-EQPT", "v2.57.0"),
};
string staging = "http://mestsa07ec.infineon.com:9003/CellInstanceServiceV2";
Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion;