This commit is contained in:
2024-08-19 16:52:28 -07:00
parent 8e5f21c612
commit a2c9263dc3
16 changed files with 266 additions and 53 deletions

View File

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

View File

@ -64,13 +64,13 @@ public class WC : LoggingUnitTesting, IDisposable
StringBuilder results = new();
(string cellInstanceName, string cellInstanceVersionName)[] collection = new (string, string)[]
{
new("WC6INCH1-EQPT", "v2.56.0"),
new("WC6INCH2-EQPT", "v2.56.0"),
new("WC6INCH3-EQPT", "v2.56.0"),
new("WC6INCH4-EQPT", "v2.56.0"),
new("WC8INCH1-EQPT", "v2.56.0"),
new("WC8INCH2-EQPT", "v2.56.0"),
new("WC8INCH3-EQPT", "v2.56.0"),
new("WC6INCH1-EQPT", "v2.57.0"),
new("WC6INCH2-EQPT", "v2.57.0"),
new("WC6INCH3-EQPT", "v2.57.0"),
new("WC6INCH4-EQPT", "v2.57.0"),
new("WC8INCH1-EQPT", "v2.57.0"),
new("WC8INCH2-EQPT", "v2.57.0"),
new("WC8INCH3-EQPT", "v2.57.0"),
};
string staging = "http://mestsa07ec.infineon.com:9003/CellInstanceServiceV2";
Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion;