Infineon.EAF.Runtime 2.49.3

This commit is contained in:
2023-10-26 13:18:26 -07:00
parent aa08c676a8
commit cfe80d0568
20 changed files with 674 additions and 81 deletions

View File

@ -208,7 +208,7 @@ public class QS408M : LoggingUnitTesting, IDisposable
new("BIORAD2", "v2.49.2"),
new("BIORAD3", "v2.49.2"),
};
string staging = "http://mestsa07ec.ec.local:9003/CellInstanceServiceV2";
string staging = "http://mestsa07ec.infineon.com:9003/CellInstanceServiceV2";
Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion;
LoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration"));
foreach ((string cellInstanceName, string cellInstanceVersionName) in collection)