Updated Tests

This commit is contained in:
2024-01-24 12:22:39 -07:00
parent a31c37c7fc
commit e5f684342d
5 changed files with 332 additions and 92 deletions

View File

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