Tests passed

This commit is contained in:
2024-04-29 14:16:49 -07:00
parent c36b7f41b9
commit cc0e0c9965
10 changed files with 120 additions and 11 deletions

View File

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