This commit is contained in:
2025-01-15 14:08:02 -07:00
parent 0ffcb5c33c
commit 33020be9ec
16 changed files with 719 additions and 13 deletions

View File

@ -207,8 +207,8 @@ public class QS408M : LoggingUnitTesting, IDisposable
StringBuilder results = new();
(string cellInstanceName, string cellInstanceVersionName)[] collection = new (string, string)[]
{
new("BIORAD2", "v2.57.0"),
new("BIORAD3", "v2.57.0"),
new("BIORAD2", "v2.58.0"),
new("BIORAD3", "v2.58.0"),
};
string production = "http://messa08ec.infineon.com:9003/CellInstanceServiceV2";
Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion;